Searched refs:BUILDIO_IOPORT (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/sh/include/asm/ |
D | io.h | 181 #define BUILDIO_IOPORT(bwlq, type) \ macro 184 BUILDIO_IOPORT(b, u8) 185 BUILDIO_IOPORT(w, u16) 186 BUILDIO_IOPORT(l, u32) 187 BUILDIO_IOPORT(q, u64)
|
/Linux-v5.10/arch/mips/include/asm/ |
D | io.h | 364 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro 368 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM() 369 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM() 370 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM() 372 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()
|