Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8785921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:28:38+00:00 2026-06-13T21:28:38+00:00

while calling this function: static inline void writel(unsigned int v, volatile void __iomem *addr)

  • 0

while calling this function:

static inline void writel(unsigned int v, volatile void __iomem *addr)
{
    *(volatile unsigned int __force *)addr = cpu_to_le32(v);
}
  1. Does the address is absoulute or pass through the MMU?
  2. DMA – does writing to address is translated by the MMU?
  3. Why the registers address in the system aren’t mentioned here?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T21:28:39+00:00Added an answer on June 13, 2026 at 9:28 pm

    Here is my answers, hope they help you:

    1. Yes, address is translated by the MMU. Address passed to writel should be Virtual Address (VA) obtained via ioremap call. ioremap will take Physical Address (PA).
    2. No, address is not translated by the MMU. Address passed to DMA should be Physical Address. A typical DMA is a dedicated peripheral which exists outside of the MMU.
    3. You have to search, for example, ‘bcm2835 arm peripherals’, not ‘Kernel Memory Layout on ARM Linux’. As a hint, if you want to find register location inside linux kernel, do search for ioremap inside linux-kernel-tree/arch/arm.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Got this error while call the function static public void DisplayAJAXMessage(Control page, string msg)
I am observing a crash while calling the CMemFile::Detach() function The exception with the
I have this class: public class Test { public static void main(String[] args) {
I call C++ function from C# project: [System.Runtime.InteropServices.DllImport(C.dll)] public static extern int FillSlist(out string
Possible Duplicate: Why can I only access static members from a static function? While
While calling from my Web Application, WCF response i am getting is : <s:Envelope
It seems that calling a P-Invoke while the App is not completed loaded make
While following path for wait system call, noticed that before calling do_wait_thread we get
I'm calling a utility called Highslide in a javascript function. Embedding the whole thing
When I am calling XmlNode.AppendChild() , I get this error: The node to be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.