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

/freebsd-11-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-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c678 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t handle, function
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h233 #define bus_space_unmap(t, h, s) \ macro
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h291 #define bus_space_unmap(t, h, s) \ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h279 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h291 #define bus_space_unmap(t, h, s) \ macro
/freebsd-11-stable/sys/arm/include/
H A Dbus.h308 #define bus_space_unmap(t, h, s) \ macro
/freebsd-11-stable/sys/mips/include/
H A Dbus.h269 #define bus_space_unmap(t, h, s) \ macro

Completed in 193 milliseconds