Lines Matching refs:__addr
95 const volatile type *__addr = addr; \
98 __raw_write##bwlq(*__addr, mem); \
99 __addr++; \
106 volatile type *__addr = addr; \
109 *__addr = __raw_read##bwlq(mem); \
110 __addr++; \
162 volatile type *__addr; \
164 __addr = __ioport_map(port, sizeof(type)); \
165 *__addr = val; \
171 volatile type *__addr; \
174 __addr = __ioport_map(port, sizeof(type)); \
175 __val = *__addr; \
198 const volatile type *__addr = addr; \
201 out##bwlq(*__addr, port); \
202 __addr++; \
209 volatile type *__addr = addr; \
212 *__addr = in##bwlq(port); \
213 __addr++; \