Searched refs:BUILDIO_IOPORT (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/sh/include/asm/ |
D | io.h | 205 #define BUILDIO_IOPORT(bwlq, type) \ macro 208 BUILDIO_IOPORT(b, u8) 209 BUILDIO_IOPORT(w, u16) 210 BUILDIO_IOPORT(l, u32) 211 BUILDIO_IOPORT(q, u64)
|
/Linux-v6.6/arch/mips/include/asm/ |
D | io.h | 366 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro 370 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM() 371 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM() 372 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM() 374 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()
|