Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dio.h436 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro
440 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM()
441 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM()
442 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM()
444 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()
/linux-4.4.14/arch/sh/include/asm/
Dio.h184 #define BUILDIO_IOPORT(bwlq, type) \ macro
187 BUILDIO_IOPORT(b, u8)
188 BUILDIO_IOPORT(w, u16)
189 BUILDIO_IOPORT(l, u32)
190 BUILDIO_IOPORT(q, u64)
/linux-4.4.14/arch/avr32/include/asm/
Dio.h148 #define BUILDIO_IOPORT(bwl, type) \ macro
156 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM()
157 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM()
158 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM()