Searched refs:__BUILD_IOPORT_SINGLE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 178 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ macro 202 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ 203 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | io.h | 299 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ macro 363 __BUILD_IOPORT_SINGLE(bus, bwlq, type, 1, 0,) \ in BUILDIO_MEM() 364 __BUILD_IOPORT_SINGLE(bus, bwlq, type, 1, 0, _p) in BUILDIO_MEM()
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | io.h | 291 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p) \ macro 340 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ) \ in BUILDIO_MEM() 341 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p) in BUILDIO_MEM()
|