Searched refs:__read_4 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/playstation2/ee/
H A Deevar.h43 #define _reg_read_4(a) __read_4(a)
/netbsd-current/sys/arch/atari/atari/
H A Dbe_bus.c166 #define __read_4(h, o) *((volatile uint32_t *)((h) + (o))) macro
318 return __read_4(h, o);
402 *a = __read_4(h, o);
493 *a = __read_4(h, o);
H A Dmainbus.c148 #define __read_4(t, h, o) \ macro
288 return __read_4(t, h, o);
452 *a = __read_4(t, h, o);
H A Dle_bus.c250 #define __read_4(h, o) swap32(*((volatile uint32_t *)((h) + (o)))) macro
402 return __read_4(h, o);
547 *a = __read_4(h, o);
710 *a = __read_4(h, o);
/netbsd-current/sys/arch/ews4800mips/include/
H A Dbus.h246 #ifndef __read_4
247 #define __read_4(a) (*(volatile uint32_t *)(a)) macro
/netbsd-current/sys/arch/playstation2/include/
H A Dbus.h247 #ifndef __read_4
248 #define __read_4(a) (*(volatile u_int32_t *)(a)) macro

Completed in 131 milliseconds