Home
last modified time | relevance | path

Searched refs:bsws4 (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/arch/amiga/amiga/
H A Damiga_bus_simple_1word.c182 .bsws4 = oabs(bsw4_),
230 .bsws4 = oabs(bsw4_),
H A Damiga_bus_simple_4.c150 .bsws4 = oabs(bsw4_),
H A Dsimple_busfuncs.c605 .bsws4 = oabs(bsw4_),
/netbsd/sys/arch/amiga/include/
H A Dbus.h139 bsw(*bsws4, u_int32_t);
226 #define bus_space_write_stream_4(t, h, o, v) dbsdw(bsws4, t, h, o, v)
/netbsd/sys/arch/amigappc/include/
H A Dbus_defs.h158 bsw(*bsws4, uint32_t);
/netbsd/sys/arch/mac68k/include/
H A Dbus.h127 void (*bsws4)(bus_space_tag_t, BSH_T *, bus_size_t, member
443 #define bus_space_write_stream_4(t, h, o, v) (h).bsws4(t, &(h), o, v)
/netbsd/sys/arch/mac68k/mac68k/
H A Dbus_space.c103 hp->bsws4 = mac68k_bsw4; in bus_mem_add_mapping()
350 h->bsws4 = mac68k_bsws4_gen; in mac68k_bus_space_handle_set_stride()
/netbsd/sys/arch/amiga/pci/
H A Dempb_bsm.c853 .bsws4 = empb_bsw4,