Searched refs:__read_2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dbe_bus.c165 #define __read_2(h, o) *((volatile uint16_t *)((h) + (o))) macro
312 return __read_2(h, o);
394 *a = __read_2(h, o);
485 *a = __read_2(h, o);
H A Dmainbus.c146 #define __read_2(t, h, o) \ macro
286 return __read_2(t, h, o);
448 *a = __read_2(t, h, o);
H A Dle_bus.c249 #define __read_2(h, o) swap16(*((volatile uint16_t *)((h) + (o)))) macro
396 return __read_2(h, o);
539 *a = __read_2(h, o);
702 *a = __read_2(h, o);
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/include/
H A Dbus.h241 #ifndef __read_2
242 #define __read_2(a) (*(volatile uint16_t *)(a)) macro

Completed in 113 milliseconds