public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] in/out_le32, etc.
@ 2011-02-12 11:23 Aaron Williams
  2011-02-13 14:41 ` Shinya Kuribayashi
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Williams @ 2011-02-12 11:23 UTC (permalink / raw)
  To: u-boot

One thing that is getting confusing to me is that there seems to be many 
different methods for doing I/O.

There's in_xxx/out_xxx, __raw_readx/__raw_writex and readx/writex.  What 
exactly is the difference between all of these?  It looks like the in/out was 
added recently and is not present in the mips io.h file.

In a related case, I run into problems with a number of drivers because they 
assume that readl/writel can be used to access the PCI BAR address space or 
that a pointer is a physical address. This is not always the case.

For example, on our platform the PCI BAR address space is mapped to different 
64-bit address spaces depending on the bus number. It would be very helpful if 
different macros were used for different I/O devices. For example, one set of 
macros for accessing PCI BAR address space.

-Aaron

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-13 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 11:23 [U-Boot] in/out_le32, etc Aaron Williams
2011-02-13 14:41 ` Shinya Kuribayashi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox