Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dedid.h53 #define GET_BITS(_x, _pos_msb, _pos_lsb) \ macro
208 ((GET_BITS((_x).horizontal_active_blanking_hi, 7, 4) << 8) + \
211 ((GET_BITS((_x).horizontal_active_blanking_hi, 3, 0) << 8) + \
217 ((GET_BITS((_x).vertical_active_blanking_hi, 7, 4) << 8) + \
220 ((GET_BITS((_x).vertical_active_blanking_hi, 3, 0) << 8) + \
227 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 7, 6) << 8) + \
230 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 5, 4) << 8) + \
233 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 3, 2) << 4) + \
234 GET_BITS((_x).vsync_offset_pulse_width, 7, 4))
236 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 1, 0) << 4) + \
[all …]
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_decompress.c86 #define GET_BITS(lll,vvv,nnn) \ macro
111 GET_BITS(lll,uuu,8)
114 GET_BITS(lll,uuu,1)
132 GET_BITS(label1, zvec, zn); \
249 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress()
294 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress()
330 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
332 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
361 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()