Searched refs:bs_unmap (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/tools/bus_space/
H A Dbus.h35 int bs_unmap(int rid);
H A Dbus.c213 bs_unmap(int rid) function
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_a4x_space.c72 .bs_unmap = generic_bs_unmap,
H A Dixp425_space.c69 .bs_unmap = generic_bs_unmap,
H A Dixp425_pci_space.c104 .bs_unmap = ixp425_pci_io_bs_unmap,
155 .bs_unmap = ixp425_pci_mem_bs_unmap,
H A Dcambria_exp_space.c214 .bs_unmap = generic_bs_unmap,
/freebsd-11-stable/sys/arm/arm/
H A Dbus_space_base.c54 .bs_unmap = generic_bs_unmap,
/freebsd-11-stable/sys/mips/cavium/
H A Duart_cpu_octeonusart.c115 .bs_unmap = generic_bs_unmap,
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342_space.c84 bs->bs_unmap = i81342_io_bs_unmap;
98 bs->bs_unmap = i81342_mem_bs_unmap;
/freebsd-11-stable/sys/arm64/arm64/
H A Dbus_machdep.c125 .bs_unmap = generic_bs_unmap,
/freebsd-11-stable/sys/riscv/riscv/
H A Dbus_machdep.c133 .bs_unmap = generic_bs_unmap,
/freebsd-11-stable/tools/bus_space/C/
H A Dlang.c93 return ((!bs_unmap(rid)) ? errno : 0);
/freebsd-11-stable/sys/mips/malta/
H A Dgt_pci_bus_space.c117 .bs_unmap = generic_bs_unmap,
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_space.c72 .bs_unmap = generic_bs_unmap,
/freebsd-11-stable/tools/bus_space/Python/
H A Dlang.c154 if (!bs_unmap(rid)) {
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h100 void (*bs_unmap) (void *, bus_space_handle_t, bus_size_t); member in struct:bus_space
292 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s))
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h106 void (*bs_unmap)(bus_size_t); member in struct:bus_space
279 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s)
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h100 void (*bs_unmap) (void *, bus_space_handle_t, bus_size_t); member in struct:bus_space
292 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s))
/freebsd-11-stable/sys/mips/mips/
H A Dbus_space_generic.c91 .bs_unmap = generic_bs_unmap,
/freebsd-11-stable/sys/arm/include/
H A Dbus.h107 void (*bs_unmap) (bus_space_tag_t, bus_space_handle_t, bus_size_t); member in struct:bus_space
309 (*(t)->bs_unmap)((t), (h), (s))
/freebsd-11-stable/sys/mips/include/
H A Dbus.h78 void (*bs_unmap) (void *, bus_space_handle_t, bus_size_t); member in struct:bus_space
270 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s))

Completed in 214 milliseconds