Home | History | Annotate | Download | only in asm-arm

Lines Matching refs:__mem_pci

165 #ifdef __mem_pci
166 #define readb(c) ({ __u8 __v = __raw_readb(__mem_pci(c)); __v; })
168 __raw_readw(__mem_pci(c))); __v; })
170 __raw_readl(__mem_pci(c))); __v; })
175 #define readsb(p,d,l) __raw_readsb(__mem_pci(p),d,l)
176 #define readsw(p,d,l) __raw_readsw(__mem_pci(p),d,l)
177 #define readsl(p,d,l) __raw_readsl(__mem_pci(p),d,l)
179 #define writeb(v,c) __raw_writeb(v,__mem_pci(c))
181 cpu_to_le16(v),__mem_pci(c))
183 cpu_to_le32(v),__mem_pci(c))
185 #define writesb(p,d,l) __raw_writesb(__mem_pci(p),d,l)
186 #define writesw(p,d,l) __raw_writesw(__mem_pci(p),d,l)
187 #define writesl(p,d,l) __raw_writesl(__mem_pci(p),d,l)
189 #define memset_io(c,v,l) _memset_io(__mem_pci(c),(v),(l))
190 #define memcpy_fromio(a,c,l) _memcpy_fromio((a),__mem_pci(c),(l))
191 #define memcpy_toio(c,a,l) _memcpy_toio(__mem_pci(c),(a),(l))
194 eth_copy_and_sum((s),__mem_pci(c),(l),(b))
226 #endif /* __mem_pci */