Searched refs:__read_1 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/playstation2/ee/
H A Deevar.h41 #define _reg_read_1(a) __read_1(a)
/netbsd-current/sys/arch/atari/atari/
H A Dbe_bus.c164 #define __read_1(h, o) *((volatile uint8_t *)((h) + (o))) macro
304 return __read_1(h, o);
384 *a = __read_1(h, o);
475 *a = __read_1(h, o);
H A Dmainbus.c144 #define __read_1(t, h, o) \ macro
274 return __read_1(t, h, o);
434 *a = __read_1(t, h, o);
H A Dle_bus.c248 #define __read_1(h, o) *((volatile uint8_t *)((h) + (o))) macro
388 return __read_1(h, o);
530 *a = __read_1(h, o);
692 *a = __read_1(h, o);
/netbsd-current/sys/arch/playstation2/dev/
H A Dwdc_spd.c38 #define __read_1(a) \ macro
/netbsd-current/sys/arch/ews4800mips/include/
H A Dbus.h240 #ifndef __read_1
241 #define __read_1(a) (*(volatile uint8_t *)(a)) macro
/netbsd-current/sys/arch/playstation2/include/
H A Dbus.h241 #ifndef __read_1
242 #define __read_1(a) (*(volatile u_int8_t *)(a)) macro

Completed in 3001 milliseconds