Searched refs:BUILDIO_IOPORT (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/sh/include/asm/ |
H A 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)
|
/openbmc/linux/arch/mips/include/asm/ |
H A 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()
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | io.h | 343 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro 347 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM() 348 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM() 349 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM() 351 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()
|