HomeSort by: relevance | last modified time | path
    Searched defs:__read_8 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/atari/atari/
be_bus.c 167 #define __read_8(h, o) *((volatile uint64_t *)((h) + (o))) macro
325 return __read_8(h, o);
411 *a = __read_8(h, o);
502 *a = __read_8(h, o);
mainbus.c 150 #define __read_8(t, h, o) \ macro
295 return __read_8(t, h, o);
461 *a = __read_8(t, h, o);
le_bus.c 251 #define __read_8(h, o) bswap64(*((volatile uint64_t *)((h) + (o)))) macro
409 return __read_8(h, o);
556 *a = __read_8(h, o);
719 *a = __read_8(h, o);
  /src/sys/arch/ews4800mips/include/
bus.h 249 #ifndef __read_8
250 #define __read_8(a) (*(volatile uint64_t *)(a)) macro
  /src/sys/arch/playstation2/include/
bus.h 250 #ifndef __read_8
251 #define __read_8(a) \ macro

Completed in 16 milliseconds