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

/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dbe_bus.c164 #define __read_1(h, o) *((volatile uint8_t *)((h) + (o))) macro
305 return __read_1(h, o);
385 *a = __read_1(h, o);
476 *a = __read_1(h, o);
H A Dmainbus.c144 #define __read_1(t, h, o) \ macro
279 return __read_1(t, h, o);
439 *a = __read_1(t, h, o);
H A Dle_bus.c248 #define __read_1(h, o) *((volatile uint8_t *)((h) + (o))) macro
389 return __read_1(h, o);
531 *a = __read_1(h, o);
693 *a = __read_1(h, o);
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/include/
H A Dbus.h238 #ifndef __read_1
239 #define __read_1(a) (*(volatile uint8_t *)(a)) macro

Completed in 59 milliseconds