Thread (9 messages) flat view 9 messages, 6 authors, 2007-01-31

Re: mem=XXXM ioremap DMA

From: Sylvain Munaut <hidden>
Date: 2007-01-29 08:07:31

Eric Nuckols wrote:
in my driver, I'm calling
my_virt_address =   ioremap( 0x1F800000, 0x800000  );
my_bus_address = virt_to_bus( my_virt_address );
You can't use virt_to_bus on address returned by ioremap AFAIK.

I think you could do
my_bus_address = virt_to_bus(phys_to_virt(0x1f800000));

Altough it slightly misuse the functions ... but that should work.


        Sylvain
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help