Searched refs:__BUILD_IOPORT_SINGLE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ macro 145 __BUILD_IOPORT_SINGLE(bus, bwl, type, ,) \ 146 __BUILD_IOPORT_SINGLE(bus, bwl, type, _p, SLOW_DOWN_IO)
|
/linux-4.4.14/arch/mips/include/asm/ |
D | io.h | 382 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ macro 433 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ in BUILDIO_MEM() 434 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO) in BUILDIO_MEM()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | io.h | 157 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ macro 181 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ 182 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
|