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

/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h203 bus_space_read_8(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) function
/freebsd-11-stable/sys/x86/include/
H A Dbus.h239 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, function
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h320 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h301 #define bus_space_read_8(t, h, o) __bs_rs(8,t,h,o) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h320 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
/freebsd-11-stable/sys/mips/include/
H A Dbus.h299 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c269 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, function

Completed in 84 milliseconds