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

/freebsd-13-stable/tools/bus_space/
H A Dbus.h35 int bs_unmap(int rid);
H A Dbus.c213 bs_unmap(int rid) function
/freebsd-13-stable/sys/arm/arm/
H A Dbus_space_base.c54 .bs_unmap = generic_bs_unmap,
/freebsd-13-stable/sys/mips/cavium/
H A Duart_cpu_octeonusart.c116 .bs_unmap = generic_bs_unmap,
/freebsd-13-stable/sys/riscv/riscv/
H A Dbus_machdep.c133 .bs_unmap = generic_bs_unmap,
/freebsd-13-stable/tools/bus_space/C/
H A Dlang.c93 return ((!bs_unmap(rid)) ? errno : 0);
/freebsd-13-stable/sys/mips/malta/
H A Dgt_pci_bus_space.c119 .bs_unmap = generic_bs_unmap,
/freebsd-13-stable/sys/arm64/arm64/
H A Dbus_machdep.c177 .bs_unmap = generic_bs_unmap,
/freebsd-13-stable/tools/bus_space/Python/
H A Dlang.c154 if (!bs_unmap(rid)) {
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dbus_machdep.c800 .bs_unmap = bs_gen_unmap,
917 .bs_unmap = bs_gen_unmap,
/freebsd-13-stable/sys/riscv/include/
H A Dbus.h99 void (*bs_unmap) (void *, bus_space_handle_t, bus_size_t); member in struct:bus_space
289 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s))
/freebsd-13-stable/sys/arm64/include/
H A Dbus.h105 void (*bs_unmap) (void *, bus_space_handle_t, bus_size_t); member in struct:bus_space
319 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s))
/freebsd-13-stable/sys/powerpc/include/
H A Dbus.h108 void (*bs_unmap)(bus_size_t); member in struct:bus_space
281 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s)
/freebsd-13-stable/sys/mips/mips/
H A Dbus_space_generic.c93 .bs_unmap = generic_bs_unmap,
/freebsd-13-stable/sys/mips/include/
H A Dbus.h80 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))
/freebsd-13-stable/sys/arm/include/
H A Dbus.h109 void (*bs_unmap) (bus_space_tag_t, bus_space_handle_t, bus_size_t); member in struct:bus_space
306 (*(t)->bs_unmap)((t), (h), (s))

Completed in 206 milliseconds