Searched refs:BUILDIO_IOPORT (Results 1 – 2 of 2) sorted by relevance
/arch/sh/include/asm/ |
D | io.h | 186 #define BUILDIO_IOPORT(bwlq, type) \ macro 189 BUILDIO_IOPORT(b, u8) 190 BUILDIO_IOPORT(w, u16) 191 BUILDIO_IOPORT(l, u32) 192 BUILDIO_IOPORT(q, u64)
|
/arch/mips/include/asm/ |
D | io.h | 463 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro 467 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM() 468 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM() 469 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM() 471 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()
|