Searched refs:__BUILD_IOPORT_PFX (Results 1 – 3 of 3) sorted by relevance
/arch/avr32/include/asm/ |
D | io.h | 144 #define __BUILD_IOPORT_PFX(bus, bwl, type) \ macro 149 __BUILD_IOPORT_PFX(, bwl, type) \ 150 __BUILD_IOPORT_PFX(__mem_, bwl, type)
|
/arch/mips/include/asm/ |
D | io.h | 431 #define __BUILD_IOPORT_PFX(bus, bwlq, type) \ in BUILDIO_MEM() macro 436 __BUILD_IOPORT_PFX(, bwlq, type) \ in BUILDIO_MEM() 437 __BUILD_IOPORT_PFX(__mem_, bwlq, type) in BUILDIO_MEM()
|
/arch/sh/include/asm/ |
D | io.h | 180 #define __BUILD_IOPORT_PFX(bus, bwlq, type) \ macro 185 __BUILD_IOPORT_PFX(, bwlq, type)
|