Searched defs:bus_space_read_8 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | bus_san.h | 204 #define bus_space_read_8 BUS_SAN(read_8) macro
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_amd.c | 135 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_8() function
|
H A D | ntb_hw_intel.c | 277 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_8() function
|
/freebsd/sys/x86/include/ |
H A D | bus.h | 245 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_8() function
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 312 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
|
/freebsd/sys/powerpc/include/ |
H A D | bus.h | 301 #define bus_space_read_8(t, h, o) __bs_rs(8,t,h,o) macro
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 347 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
|