Home
last modified time | relevance | path

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

/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.c549 const u32 bdither_pos = 4; in nx_dpc_set_dither() local
557 ((dither_b << bdither_pos) | (dither_g << gdither_pos) | in nx_dpc_set_dither()
571 const u32 bdither_pos = 4; in nx_dpc_get_dither() local
572 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