/src/sys/arch/arm/include/ |
bus_funcs.h | 90 #define __bs_rs_s(sz, t, h, o) \ macro 157 #define bus_space_read_stream_1(t, h, o) __bs_rs_s(1,(t),(h),(o)) 158 #define bus_space_read_stream_2(t, h, o) __bs_rs_s(2,(t),(h),(o)) 159 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t),(h),(o)) 161 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,(t),(h),(o))
|
bus_funcs.h | 90 #define __bs_rs_s(sz, t, h, o) \ macro 157 #define bus_space_read_stream_1(t, h, o) __bs_rs_s(1,(t),(h),(o)) 158 #define bus_space_read_stream_2(t, h, o) __bs_rs_s(2,(t),(h),(o)) 159 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t),(h),(o)) 161 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,(t),(h),(o))
|
/src/sys/arch/riscv/include/ |
bus_funcs.h | 86 #define __bs_rs_s(sz, t, h, o) \ macro 151 #define bus_space_read_stream_1(t, h, o) __bs_rs_s(1,(t),(h),(o)) 152 #define bus_space_read_stream_2(t, h, o) __bs_rs_s(2,(t),(h),(o)) 153 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t),(h),(o)) 154 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,(t),(h),(o))
|
bus_funcs.h | 86 #define __bs_rs_s(sz, t, h, o) \ macro 151 #define bus_space_read_stream_1(t, h, o) __bs_rs_s(1,(t),(h),(o)) 152 #define bus_space_read_stream_2(t, h, o) __bs_rs_s(2,(t),(h),(o)) 153 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t),(h),(o)) 154 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,(t),(h),(o))
|