Home
last modified time | relevance | path

Searched refs:wo_4 (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/atari/atari/
H A Dmainbus.c149 (*((volatile uint32_t *)(calc_addr(h, o, (t)->stride, (t)->wo_4))))
160 *((volatile uint32_t *)(calc_addr(h, o, (t)->stride, (t)->wo_4))) = v
260 return !badbaddr((void *)(calc_addr(h, o, t->stride, t->wo_4)), 4); in mb_bus_space_peek_4()
359 ba = (volatile uint32_t *)calc_addr(h, o, t->stride, t->wo_4); in mb_bus_space_read_multi_4()
403 ba = (volatile uint32_t *)calc_addr(h, o, t->stride, t->wo_4); in mb_bus_space_write_multi_4()
545 ba = (volatile uint32_t *)calc_addr(h, o, t->stride, t->wo_4); in mb_bus_space_set_multi_4()
/netbsd/sys/arch/atari/include/
H A Dbus_defs.h103 int wo_1, wo_2, wo_4, wo_8; member