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

  /src/sys/arch/alpha/include/
bus_funcs.h 70 #define __abs_rs(sz, tn, t, h, o) \ macro
153 #define bus_space_read_1(t, h, o) __abs_rs(1,uint8_t,(t),(h),(o))
154 #define bus_space_read_2(t, h, o) __abs_rs(2,uint16_t,(t),(h),(o))
155 #define bus_space_read_4(t, h, o) __abs_rs(4,uint32_t,(t),(h),(o))
156 #define bus_space_read_8(t, h, o) __abs_rs(8,uint64_t,(t),(h),(o))
bus_funcs.h 70 #define __abs_rs(sz, tn, t, h, o) \ macro
153 #define bus_space_read_1(t, h, o) __abs_rs(1,uint8_t,(t),(h),(o))
154 #define bus_space_read_2(t, h, o) __abs_rs(2,uint16_t,(t),(h),(o))
155 #define bus_space_read_4(t, h, o) __abs_rs(4,uint32_t,(t),(h),(o))
156 #define bus_space_read_8(t, h, o) __abs_rs(8,uint64_t,(t),(h),(o))
  /src/sys/arch/atari/include/
bus_funcs.h 97 #define __abs_rs(sz, t, h, o) \ macro
136 #define bus_space_read_1(t, h, o) __abs_rs(1,(t),(h),(o))
137 #define bus_space_read_2(t, h, o) __abs_rs(2,(t),(h),(o))
138 #define bus_space_read_4(t, h, o) __abs_rs(4,(t),(h),(o))
139 #define bus_space_read_8(t, h, o) __abs_rs(8,(t),(h),(o))
bus_funcs.h 97 #define __abs_rs(sz, t, h, o) \ macro
136 #define bus_space_read_1(t, h, o) __abs_rs(1,(t),(h),(o))
137 #define bus_space_read_2(t, h, o) __abs_rs(2,(t),(h),(o))
138 #define bus_space_read_4(t, h, o) __abs_rs(4,(t),(h),(o))
139 #define bus_space_read_8(t, h, o) __abs_rs(8,(t),(h),(o))

Completed in 22 milliseconds