Searched refs:rdither_pos (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_dpc.c547 const u32 rdither_pos = 0; local
558 (dither_r << rdither_pos)));
567 const u32 rdither_pos = 0; local
568 const u32 rdither_mask = 0x3u << rdither_pos;
578 (enum nx_dpc_dither)((temp & rdither_mask) >> rdither_pos);

Completed in 124 milliseconds