Searched refs:REMAP1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/alpha/include/asm/ |
D | io.h | 142 #define REMAP1(TYPE, NAME, QUAL) \ macro 154 REMAP1(unsigned int, ioread8, /**/) 155 REMAP1(unsigned int, ioread16, /**/) 156 REMAP1(unsigned int, ioread32, /**/) 157 REMAP1(u8, readb, const volatile) in REMAP1() function 158 REMAP1(u16, readw, const volatile) in REMAP1() 159 REMAP1(u32, readl, const volatile) in REMAP1() 160 REMAP1(u64, readq, const volatile) in REMAP1() 170 #undef REMAP1 in REMAP1()
|