Searched refs:BUILDIO_IOPORT (Results 1 – 2 of 2) sorted by relevance
/linux/arch/sh/include/asm/ |
H A D | io.h | 185 #define BUILDIO_IOPORT(bwlq, type) \ macro 188 BUILDIO_IOPORT(b, u8) 189 BUILDIO_IOPORT(w, u16) 190 BUILDIO_IOPORT(l, u32) 191 BUILDIO_IOPORT(q, u64)
|
/linux/arch/mips/include/asm/ |
H A D | io.h | 327 #define BUILDIO_IOPORT(bwlq, type) \ macro 331 BUILDIO_IOPORT(b, u8) 332 BUILDIO_IOPORT(w, u16) 333 BUILDIO_IOPORT(l, u32) 335 BUILDIO_IOPORT(q, u64)
|