Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dio.h453 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro
457 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM()
458 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM()
459 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM()
461 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()
/Linux-v4.19/arch/sh/include/asm/
Dio.h185 #define BUILDIO_IOPORT(bwlq, type) \ macro
188 BUILDIO_IOPORT(b, u8)
189 BUILDIO_IOPORT(w, u16)
190 BUILDIO_IOPORT(l, u32)
191 BUILDIO_IOPORT(q, u64)