Searched refs:gdither_pos (Results 1 – 1 of 1) sorted by relevance
548 const u32 gdither_pos = 2; in nx_dpc_set_dither() local557 ((dither_b << bdither_pos) | (dither_g << gdither_pos) | in nx_dpc_set_dither()569 const u32 gdither_pos = 2; in nx_dpc_get_dither() local570 const u32 gdither_mask = 0x3u << gdither_pos; in nx_dpc_get_dither()581 (enum nx_dpc_dither)((temp & gdither_mask) >> gdither_pos); in nx_dpc_get_dither()
Completed in 7 milliseconds