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++; \
158 volatile type *__addr; \
160 __addr = __ioport_map(port, sizeof(type)); \
161 *__addr = val; \
167 volatile type *__addr; \
170 __addr = __ioport_map(port, sizeof(type)); \
171 __val = *__addr; \
194 const volatile type *__addr = addr; \
197 out##bwlq(*__addr, port); \
198 __addr++; \
205 volatile type *__addr = addr; \
208 *__addr = in##bwlq(port); \
209 __addr++; \