Home
last modified time | relevance | path

Searched refs:bus_space_read_region_2 (Results 1 – 14 of 14) sorted by relevance

/openbsd/sys/dev/pci/
H A Dvga_pci.c384 bus_space_read_region_2(vh->vh_memt, vh->vh_memh, in vga_save_state()
/openbsd/sys/arch/alpha/include/
H A Dbus.h309 #define bus_space_read_region_2(t, h, o, a, c) \ macro
330 bus_space_read_region_2((t), (h), (o), (u_int16_t *)(a), (c) >> 1)
/openbsd/sys/arch/luna88k/include/
H A Dbus.h271 bus_space_read_region_2(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_region_2() function
/openbsd/sys/arch/arm/include/
H A Dbus.h295 #define bus_space_read_region_2(t, h, o, a, c) \ macro
845 bus_space_read_region_2((t), (h), (o), (u_int16_t *)(a), (c) >> 1)
/openbsd/sys/arch/sparc64/sparc64/
H A Dbusop.h52 void bus_space_read_region_2(bus_space_tag_t, bus_space_handle_t,
H A Dbusop.c108 bus_space_read_region_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_region_2() function
/openbsd/sys/dev/isa/
H A Dif_ec.c552 bus_space_read_region_2(memt, memh, from, (u_int16_t *)to, in ec_readmem()
H A Dif_we.c84 #define bus_space_read_region_stream_2 bus_space_read_region_2
/openbsd/sys/arch/i386/include/
H A Dbus.h203 #define bus_space_read_region_2(_t, _h, _o, _a, _c) \ macro
/openbsd/sys/arch/macppc/include/
H A Dbus.h203 bus_space_read_region_2(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_region_2() function
/openbsd/sys/arch/amd64/include/
H A Dbus.h216 #define bus_space_read_region_2(_t, _h, _o, _a, _c) \ macro
/openbsd/sys/arch/hppa/include/
H A Dbus.h234 #define bus_space_read_region_2(t, h, o, a, c) \ macro
/openbsd/sys/arch/landisk/include/
H A Dbus.h319 #define bus_space_read_region_2(t, h, o, a, c) \ macro
/openbsd/sys/dev/ic/
H A Dvga.c813 bus_space_read_region_2(vh->vh_memt, vh->vh_memh, in vga_doswitch()