Searched refs:rdither_pos (Results 1 – 1 of 1) sorted by relevance
547 const u32 rdither_pos = 0; in nx_dpc_set_dither() local558 (dither_r << rdither_pos))); in nx_dpc_set_dither()567 const u32 rdither_pos = 0; in nx_dpc_get_dither() local568 const u32 rdither_mask = 0x3u << rdither_pos; in nx_dpc_get_dither()578 (enum nx_dpc_dither)((temp & rdither_mask) >> rdither_pos); in nx_dpc_get_dither()
Completed in 7 milliseconds