Lines Matching defs:c
191 #define readb(c) ({ unsigned int __v = __raw_readb(__mem_pci(c)); __v; }) argument
192 #define readw(c) ({ unsigned int __v = le16_to_cpu(__raw_readw(__mem_pci(c))); __v; }) argument
193 #define readl(c) ({ unsigned int __v = le32_to_cpu(__raw_readl(__mem_pci(c))); __v; }) argument
195 #define writeb(v,c) __raw_writeb(v,__mem_pci(c)) argument
196 #define writew(v,c) __raw_writew(cpu_to_le16(v),__mem_pci(c)) argument
197 #define writel(v,c) __raw_writel(cpu_to_le32(v),__mem_pci(c)) argument
199 #define memset_io(c,v,l) _memset_io(__mem_pci(c),(v),(l)) argument
200 #define memcpy_fromio(a,c,l) _memcpy_fromio((a),__mem_pci(c),(l)) argument
201 #define memcpy_toio(c,a,l) _memcpy_toio(__mem_pci(c),(a),(l)) argument
203 #define eth_io_copy_and_sum(s,c,l,b) \ argument
232 #define eth_io_copy_and_sum(a,b,c,d) __readwrite_bug("eth_io_copy_and_sum") argument
250 #define isa_memset_io(a,b,c) _memset_io(__mem_isa(a),(b),(c)) argument
251 #define isa_memcpy_fromio(a,b,c) _memcpy_fromio((a),__mem_isa(b),(c)) argument
252 #define isa_memcpy_toio(a,b,c) _memcpy_toio(__mem_isa((a)),(b),(c)) argument
254 #define isa_eth_io_copy_and_sum(a,b,c,d) \ argument
282 #define isa_memset_io(a,b,c) __readwrite_bug("isa_memset_io") argument
283 #define isa_memcpy_fromio(a,b,c) __readwrite_bug("isa_memcpy_fromio") argument
284 #define isa_memcpy_toio(a,b,c) __readwrite_bug("isa_memcpy_toio") argument
286 #define isa_eth_io_copy_and_sum(a,b,c,d) \ argument