Home
last modified time | relevance | path

Searched defs:bus_space_read_stream_4 (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/sys/
HDbus_san.h181 #define bus_space_read_stream_4 BUS_SAN(read_stream_4) macro
/freebsd-13-stable/sys/x86/include/
HDbus.h1032 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) macro
/freebsd-13-stable/sys/riscv/include/
HDbus.h316 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t), (h), (o)) macro
/freebsd-13-stable/sys/powerpc/include/
HDbus.h305 #define bus_space_read_stream_4(t, h, o) __bs_rs(s_4,t,h,o) macro
/freebsd-13-stable/sys/mips/include/
HDbus.h300 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t), (h), (o)) macro
/freebsd-13-stable/sys/arm64/include/
HDbus.h346 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t), (h), (o)) macro