Lines Matching refs:__addr
94 const volatile type *__addr = addr; \
97 __raw_write##bwlq(*__addr, mem); \
98 __addr++; \
105 volatile type *__addr = addr; \
108 *__addr = __raw_read##bwlq(mem); \
109 __addr++; \
161 volatile type *__addr; \
163 __addr = __ioport_map(port, sizeof(type)); \
164 *__addr = val; \
170 volatile type *__addr; \
173 __addr = __ioport_map(port, sizeof(type)); \
174 __val = *__addr; \
197 const volatile type *__addr = addr; \
200 out##bwlq(*__addr, port); \
201 __addr++; \
208 volatile type *__addr = addr; \
211 *__addr = in##bwlq(port); \
212 __addr++; \