Searched refs:__BUILD_IOPORT_SINGLE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/sh/include/asm/ |
D | io.h | 154 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ macro 178 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ 179 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
|
/linux-6.1.9/arch/mips/include/asm/ |
D | io.h | 300 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ macro 364 __BUILD_IOPORT_SINGLE(bus, bwlq, type, 1, 0,) \ in BUILDIO_MEM() 365 __BUILD_IOPORT_SINGLE(bus, bwlq, type, 1, 0, _p) in BUILDIO_MEM()
|