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

  /src/sys/arch/hpcsh/include/
bus_funcs.h 75 #define __hbs_rs(sz, tn, t, h, o) \ macro
140 #define bus_space_read_1(t, h, o) __hbs_rs(1,uint8_t,(t),(h),(o))
141 #define bus_space_read_2(t, h, o) __hbs_rs(2,uint16_t,(t),(h),(o))
142 #define bus_space_read_4(t, h, o) __hbs_rs(4,uint32_t,(t),(h),(o))
143 #define bus_space_read_8(t, h, o) __hbs_rs(8,uint64_t,(t),(h),(o))
bus_funcs.h 75 #define __hbs_rs(sz, tn, t, h, o) \ macro
140 #define bus_space_read_1(t, h, o) __hbs_rs(1,uint8_t,(t),(h),(o))
141 #define bus_space_read_2(t, h, o) __hbs_rs(2,uint16_t,(t),(h),(o))
142 #define bus_space_read_4(t, h, o) __hbs_rs(4,uint32_t,(t),(h),(o))
143 #define bus_space_read_8(t, h, o) __hbs_rs(8,uint64_t,(t),(h),(o))

Completed in 23 milliseconds