Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/playstation2/include/
H A Dbus.h501 #define __pbs_rs(sz, tn, t, h, o) \ macro
587 #define bus_space_read_1(t, h, o) __pbs_rs(1,u_int8_t,(t),(h),(o))
588 #define bus_space_read_2(t, h, o) __pbs_rs(2,u_int16_t,(t),(h),(o))
589 #define bus_space_read_4(t, h, o) __pbs_rs(4,u_int32_t,(t),(h),(o))
590 #define bus_space_read_8(t, h, o) __pbs_rs(8,u_int64_t,(t),(h),(o))