Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/arch/mips/include/asm/
Dio.h367 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro
371 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM()
372 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM()
373 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM()
375 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()