Home
last modified time | relevance | path

Searched refs:__bs_rs (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dbus.h288 #define __bs_rs(sz, t, h, o) \ macro
339 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o))
340 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o))
341 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o))
342 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))
/f-stack/freebsd/mips/include/
H A Dbus.h245 #define __bs_rs(sz, t, h, o) \ macro
295 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o))
296 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o))
297 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o))
298 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))