HomeSort by: relevance | last modified time | path
    Searched defs:__pbs_rs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/playstation2/include/
bus.h 501 #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))
bus.h 501 #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))

Completed in 23 milliseconds