Searched refs:BUILDIO_IOPORT (Results 1 – 2 of 2) sorted by relevance
/arch/sh/include/asm/ |
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)
|
/arch/mips/include/asm/ |
D | io.h | 431 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro 435 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM() 436 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM() 437 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM() 439 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()
|