Searched defs:bus_space_read_2 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/stand/kshim/ |
| H A D | bsd_busspace.c | 138 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/sys/sys/ |
| H A D | bus_san.h | 162 #define bus_space_read_2 BUS_SAN(read_2) macro
|
| /freebsd/sys/x86/include/ |
| H A D | bus.h | 224 bus_space_read_2(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_2() function
|
| /freebsd/sys/riscv/include/ |
| H A D | bus.h | 310 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) macro
|
| /freebsd/sys/powerpc/include/ |
| H A D | bus.h | 299 #define bus_space_read_2(t, h, o) __bs_rs(2,t,h,o) macro
|
| /freebsd/sys/arm64/include/ |
| H A D | bus.h | 346 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) macro
|