Home
last modified time | relevance | path

Searched defs:bus_space_read_stream_8 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dbus_san.h205 #define bus_space_read_stream_8 BUS_SAN(read_stream_8) macro
/freebsd/sys/dev/sfxge/common/
H A Defsys.h90 #define bus_space_read_stream_8(t, h, o) \ macro
/freebsd/sys/riscv/include/
H A Dbus.h317 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
/freebsd/sys/powerpc/include/
H A Dbus.h306 #define bus_space_read_stream_8(t, h, o) __bs_rs(s_8,t,h,o) macro
/freebsd/sys/arm64/include/
H A Dbus.h352 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,(t), (h), (o)) macro