Home
last modified time | relevance | path

Searched refs:__read_2 (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/atari/atari/
Dbe_bus.c165 #define __read_2(h, o) *((volatile uint16_t *)((h) + (o))) macro
311 return __read_2(h, o); in beb_bus_space_read_2()
393 *a = __read_2(h, o); in beb_bus_space_read_multi_2()
484 *a = __read_2(h, o); in beb_bus_space_read_region_2()
Dle_bus.c249 #define __read_2(h, o) swap16(*((volatile uint16_t *)((h) + (o)))) macro
395 return __read_2(h, o); in leb_bus_space_read_2()
538 *a = __read_2(h, o); in leb_bus_space_read_multi_2()
701 *a = __read_2(h, o); in leb_bus_space_read_region_2()
Dmainbus.c146 #define __read_2(t, h, o) \ macro
281 return __read_2(t, h, o); in mb_bus_space_read_2()
443 *a = __read_2(t, h, o); in mb_bus_space_read_region_2()
/netbsd/src/sys/arch/playstation2/ee/
Deevar.h42 #define _reg_read_2(a) __read_2(a)
/netbsd/src/sys/arch/ews4800mips/include/
Dbus.h243 #ifndef __read_2
244 #define __read_2(a) (*(volatile uint16_t *)(a)) macro
/netbsd/src/sys/arch/playstation2/include/
Dbus.h244 #ifndef __read_2
245 #define __read_2(a) (*(volatile u_int16_t *)(a)) macro