Lines Matching defs:c
372 #define readb(c) ({ unsigned int __v = \ argument
374 #define readw(c) ({ unsigned int __v = \ argument
376 #define readl(c) ({ unsigned int __v = \ argument
379 #define writeb(v, c) __raw_writeb(v, __mem_pci(c)) argument
380 #define writew(v, c) __raw_writew(cpu_to_le16(v), __mem_pci(c)) argument
381 #define writel(v, c) __raw_writel(cpu_to_le32(v), __mem_pci(c)) argument
383 #define memset_io(c, v, l) _memset_io(__mem_pci(c), (v), (l)) argument
384 #define memcpy_fromio(a, c, l) _memcpy_fromio((a), __mem_pci(c), (l)) argument
385 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) argument
387 #define eth_io_copy_and_sum(s, c, l, b) \ argument
420 #define isa_memset_io(a, b, c) _memset_io(__mem_isa(a), (b), (c)) argument
421 #define isa_memcpy_fromio(a, b, c) _memcpy_fromio((a), __mem_isa(b), (c)) argument
422 #define isa_memcpy_toio(a, b, c) _memcpy_toio(__mem_isa((a)), (b), (c)) argument
424 #define isa_eth_io_copy_and_sum(a, b, c, d) \ argument
452 #define isa_memset_io(a, b, c) __readwrite_bug("isa_memset_io") argument
453 #define isa_memcpy_fromio(a, b, c) __readwrite_bug("isa_memcpy_fromio") argument
454 #define isa_memcpy_toio(a, b, c) __readwrite_bug("isa_memcpy_toio") argument
456 #define isa_eth_io_copy_and_sum(a, b, c, d) \ argument