Searched refs:__BUILD_IOPORT_SINGLE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/mips/include/asm/ |
D | io.h | 397 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ macro 450 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ in BUILDIO_MEM() 451 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO) in BUILDIO_MEM()
|
/Linux-v4.19/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)
|