Lines Matching refs:r

57 #define SMC_inb(a, r)		readb((a) + (r))  argument
58 #define SMC_inw(a, r) readw((a) + (r)) argument
59 #define SMC_inl(a, r) readl((a) + (r)) argument
60 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) argument
61 #define SMC_outl(v, a, r) writel(v, (a) + (r)) argument
62 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) argument
63 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) argument
64 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) argument
65 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) argument
87 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) argument
88 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) argument
89 #define SMC_inl(a, r) inl((a) + (r) - 0xa0000000) argument
90 #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000) argument
91 #define SMC_outw(v, a, r) outw(v, (a) + (r) - 0xa0000000) argument
92 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) argument
93 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) argument
94 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) argument
95 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) argument
96 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) argument
106 #define SMC_inb(a, r) inb(((u32)a) + (r)) argument
107 #define SMC_inw(a, r) inw(((u32)a) + (r)) argument
108 #define SMC_outb(v, a, r) outb(v, ((u32)a) + (r)) argument
109 #define SMC_outw(v, a, r) outw(v, ((u32)a) + (r)) argument
110 #define SMC_insw(a, r, p, l) insw(((u32)a) + (r), p, l) argument
111 #define SMC_outsw(a, r, p, l) outsw(((u32)a) + (r), p, l) argument
133 #define SMC_inb(a, r) readb((a) + (r)) argument
134 #define SMC_inw(a, r) readw((a) + (r)) argument
135 #define SMC_inl(a, r) readl((a) + (r)) argument
136 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) argument
137 #define SMC_outw(v, a, r) writew(v, (a) + (r)) argument
138 #define SMC_outl(v, a, r) writel(v, (a) + (r)) argument
139 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) argument
140 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) argument
141 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) argument
142 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) argument
168 #define SMC_inw(a, r) _swapw(readw((a) + (r))) argument
169 #define SMC_outw(v, a, r) writew(_swapw(v), (a) + (r)) argument
170 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) argument
171 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) argument
188 #define SMC_inb(a, r) ioread8((a) + (r)) argument
189 #define SMC_inw(a, r) ioread16((a) + (r)) argument
190 #define SMC_inl(a, r) ioread32((a) + (r)) argument
191 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) argument
192 #define SMC_outw(v, a, r) iowrite16(v, (a) + (r)) argument
193 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) argument
194 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) argument
195 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) argument
196 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) argument
197 #define SMC_outsl(a, r, p, l) iowrite32_rep((a) + (r), p, l) argument
274 #define SMC_insl(a, r, p, l) \ argument
275 smc_pxa_dma_insl(a, lp, r, dev->dma, p, l)
343 #define SMC_insw(a, r, p, l) \ argument
344 smc_pxa_dma_insw(a, lp, r, dev->dma, p, l)
397 #define SMC_insl(a, r, p, l) BUG() argument
398 #define SMC_outsl(a, r, p, l) BUG() argument
402 #define SMC_insl(a, r, p, l) BUG() argument
403 #define SMC_outsl(a, r, p, l) BUG() argument
426 #define SMC_insw(a, r, p, l) BUG() argument
427 #define SMC_outsw(a, r, p, l) BUG() argument
432 #define SMC_insw(a, r, p, l) BUG() argument
433 #define SMC_outsw(a, r, p, l) BUG() argument
439 #define SMC_insb(a, r, p, l) BUG() argument
440 #define SMC_outsb(a, r, p, l) BUG() argument
444 #define SMC_insb(a, r, p, l) BUG() argument
445 #define SMC_outsb(a, r, p, l) BUG() argument