Searched defs:bus_space_unmap (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/x86/x86/
H A Dbus_machdep.c54 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) function
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c680 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t handle, function
/freebsd-12-stable/sys/powerpc/include/
H A Dbus.h281 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s) macro
/freebsd-12-stable/sys/riscv/include/
H A Dbus.h291 #define bus_space_unmap(t, h, s) \ macro
/freebsd-12-stable/sys/arm64/include/
H A Dbus.h291 #define bus_space_unmap(t, h, s) \ macro
/freebsd-12-stable/sys/mips/include/
H A Dbus.h271 #define bus_space_unmap(t, h, s) \ macro
/freebsd-12-stable/sys/arm/include/
H A Dbus.h310 #define bus_space_unmap(t, h, s) \ macro

Completed in 141 milliseconds