Searched defs:bus_space_read_8 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/dev/ntb/ntb_hw/ |
| H A D | ntb_hw_amd.c | 126 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 | 269 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_8() function
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | bus.h | 244 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_8() function
|
| /freebsd-12.1/sys/sparc64/include/ |
| H A D | bus.h | 205 bus_space_read_8(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_8() function
|
| /freebsd-12.1/sys/powerpc/include/ |
| H A D | bus.h | 303 #define bus_space_read_8(t, h, o) __bs_rs(8,t,h,o) macro
|
| /freebsd-12.1/sys/riscv/include/ |
| H A D | bus.h | 320 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
|
| /freebsd-12.1/sys/arm64/include/ |
| H A D | bus.h | 320 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
|
| /freebsd-12.1/sys/mips/include/ |
| H A D | bus.h | 301 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
|