Searched refs:REMAP1 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/alpha/include/asm/ |
H A D | io.h | 138 #define REMAP1(TYPE, NAME, QUAL) \ macro 150 REMAP1(unsigned int, ioread8, const) in REMAP1() function 151 REMAP1(unsigned int, ioread16, const) in REMAP1() 152 REMAP1(unsigned int, ioread32, const) in REMAP1() 153 REMAP1(u64, ioread64, const) in REMAP1() 154 REMAP1(u8, readb, const volatile) in REMAP1() 155 REMAP1(u16, readw, const volatile) in REMAP1() 156 REMAP1(u32, readl, const volatile) in REMAP1() 157 REMAP1(u64, readq, const volatile) in REMAP1() 168 #undef REMAP1 in REMAP1()
|