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