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

/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_dpc.c548 const u32 gdither_pos = 2; local
557 ((dither_b << bdither_pos) | (dither_g << gdither_pos) |
569 const u32 gdither_pos = 2; local
570 const u32 gdither_mask = 0x3u << gdither_pos;
581 (enum nx_dpc_dither)((temp & gdither_mask) >> gdither_pos);

Completed in 88 milliseconds