Lines Matching refs:__addr
96 const volatile type *__addr = addr; \
99 __raw_write##bwlq(*__addr, mem); \
100 __addr++; \
107 volatile type *__addr = addr; \
110 *__addr = __raw_read##bwlq(mem); \
111 __addr++; \
163 volatile type *__addr; \
165 __addr = __ioport_map(port, sizeof(type)); \
166 *__addr = val; \
172 volatile type *__addr; \
175 __addr = __ioport_map(port, sizeof(type)); \
176 __val = *__addr; \
199 const volatile type *__addr = addr; \
202 out##bwlq(*__addr, port); \
203 __addr++; \
210 volatile type *__addr = addr; \
213 *__addr = in##bwlq(port); \
214 __addr++; \