Home
last modified time | relevance | path

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

/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)
/arch/mips/include/asm/
Dio.h438 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() macro
442 BUILDIO_IOPORT(b, u8) in BUILDIO_MEM()
443 BUILDIO_IOPORT(w, u16) in BUILDIO_MEM()
444 BUILDIO_IOPORT(l, u32) in BUILDIO_MEM()
446 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM()
/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()