Home
last modified time | relevance | path

Searched refs:BUILDIO_IOPORT (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/sh/include/asm/
Dio.h181 #define BUILDIO_IOPORT(bwlq, type) \ macro
184 BUILDIO_IOPORT(b, u8)
185 BUILDIO_IOPORT(w, u16)
186 BUILDIO_IOPORT(l, u32)
187 BUILDIO_IOPORT(q, u64)
/linux-5.19.10/arch/mips/include/asm/
Dio.h376 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro
380 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM()
381 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM()
382 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM()
384 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()