Searched refs:__BUILD_IOPORT_SINGLE (Results 1 – 2 of 2) sorted by relevance
/arch/sh/include/asm/ |
D | io.h | 158 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ macro 182 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ 183 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
|
/arch/mips/include/asm/ |
D | io.h | 375 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ macro 428 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ in BUILDIO_MEM() 429 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO) in BUILDIO_MEM()
|