Searched refs:bdither_pos (Results 1 – 1 of 1) sorted by relevance
549 const u32 bdither_pos = 4; in nx_dpc_set_dither() local557 ((dither_b << bdither_pos) | (dither_g << gdither_pos) | in nx_dpc_set_dither()571 const u32 bdither_pos = 4; in nx_dpc_get_dither() local572 const u32 bdither_mask = 0x3u << bdither_pos; in nx_dpc_get_dither()584 (enum nx_dpc_dither)((temp & bdither_mask) >> bdither_pos); in nx_dpc_get_dither()
Completed in 7 milliseconds