* [QUESTION] outl and writel endianity
@ 2007-03-08 16:38 Jiri Slaby
0 siblings, 0 replies; only message in thread
From: Jiri Slaby @ 2007-03-08 16:38 UTC (permalink / raw)
To: Linux kernel mailing list
Hi.
If I use outl everything seems to be OK. Is there any difference in endianity
between outl and writel (or iowrite32, which calls writel, I guess).
When I do
outl(val, p->ibase + 4*off);
everyhting is OK, but when I do
writel(val, p->iaddr + off);
bad value is written unless I use cpu_to_be32(val) (or swap32).
this is what p struct contains:
u32 __iomem *iaddr;
unsigned long ibase;
and this, how it is initialized:
p->ibase = pci_resource_start(pdev, 2);
p->iaddr = pci_iomap(pdev, 2, 0);
What's the proper use of this? iowrite32be seems to work too.
thanks,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-08 16:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-08 16:38 [QUESTION] outl and writel endianity Jiri Slaby
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox