Home
last modified time | relevance | path

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

/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.c547 const u32 rdither_pos = 0; in nx_dpc_set_dither() local
558 (dither_r << rdither_pos))); in nx_dpc_set_dither()
567 const u32 rdither_pos = 0; in nx_dpc_get_dither() local
568 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