Home
last modified time | relevance | path

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

/include/
A Dedid.h26 #define GET_BITS(_x, _pos_msb, _pos_lsb) \ macro
90 GET_BITS((_x).flags, 6, 5)
92 GET_BITS((_x).flags, 4, 3)
94 GET_BITS((_x).flags, 2, 1)
134 GET_BITS(((_x).manufacturer_name[0]), 6, 2)
137 GET_BITS(((_x).manufacturer_name[1]), 7, 5))
139 GET_BITS(((_x).manufacturer_name[1]), 4, 0)
178 GET_BITS(((_x).feature_support), 4, 3)
261 GET_BITS(((_x).dtd_count), 3, 0)
264 GET_BITS((_x).data[offset], 7, 5)
[all …]

Completed in 7 milliseconds