linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Shinji Watanabe" <watashin@mvision.co.jp>
To: <linuxppc-embedded@ozlabs.org>
Subject: How to access MPC8555 DMA register ?
Date: Tue, 6 Feb 2007 17:44:28 +0900	[thread overview]
Message-ID: <003b01c749cb$03998550$1601a8c0@wata> (raw)

Hi, all.

I used MPC8555CDS.

How to access DMA registers of MPC8555 ?

I can't read/write these registers on LINUX.

I called request_mem_region( 0xE0000000, LENGTH, ... ) in my device driver.

When I set LENGTH 0x21100, this function call succeded.

But When I set LENGTH 0x21200, this function call failed.

"e0021100-e002117f : fsl-dma0" is part of /proc/iomem log.

I guess my driver can't access fsl-dma0 area.

But fsl-dma0 area encompassed DMA registers I want to access.

I must find remove simbols like fsl-dma0.
Or I must find how to use modules encompass fsl-dma0.

Counld you give me some help/hint/tips ?

regards,

Shinji

             reply	other threads:[~2007-02-06  9:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-06  8:44 Shinji Watanabe [this message]
2007-02-06 16:36 ` How to access MPC8555 DMA register ? Kumar Gala
  -- strict thread matches above, loose matches on Subject: below --
2007-02-15 10:16 Shinji Watanabe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003b01c749cb$03998550$1601a8c0@wata' \
    --to=watashin@mvision.co.jp \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).