Searched defs:bus_space_read_stream_8 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | bus_san.h | 205 #define bus_space_read_stream_8 BUS_SAN(read_stream_8) macro
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 90 #define bus_space_read_stream_8(t, h, o) \ macro
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 317 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
|
/freebsd/sys/powerpc/include/ |
H A D | bus.h | 306 #define bus_space_read_stream_8(t, h, o) __bs_rs(s_8,t,h,o) macro
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 352 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,(t), (h), (o)) macro
|