Searched defs:bus_space_read_2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/stand/kshim/ |
| HD | bsd_busspace.c | 139 bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_2() function
|
| /freebsd-11-stable/sys/x86/include/ |
| HD | bus.h | 218 bus_space_read_2(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_2() function
|
| /freebsd-11-stable/sys/sparc64/include/ |
| HD | bus.h | 187 bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_2() function
|
| /freebsd-11-stable/sys/riscv/include/ |
| HD | bus.h | 318 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) macro
|
| /freebsd-11-stable/sys/arm64/include/ |
| HD | bus.h | 318 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) macro
|
| /freebsd-11-stable/sys/powerpc/include/ |
| HD | bus.h | 299 #define bus_space_read_2(t, h, o) __bs_rs(2,t,h,o) macro
|
| /freebsd-11-stable/sys/mips/include/ |
| HD | bus.h | 297 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) macro
|