Searched refs:__BUILD_IOPORT_SINGLE (Results 1 – 2 of 2) sorted by relevance
/arch/sh/include/asm/ |
D | io.h | 159 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ macro 183 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ 184 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
|
/arch/mips/include/asm/ |
D | io.h | 396 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ macro 460 __BUILD_IOPORT_SINGLE(bus, bwlq, type, 1, 0,) \ in BUILDIO_MEM() 461 __BUILD_IOPORT_SINGLE(bus, bwlq, type, 1, 0, _p) in BUILDIO_MEM()
|