Home
last modified time | relevance | path

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

/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.h148 enum nx_dpc_dither { enum
228 void nx_dpc_set_dither(u32 module_index, enum nx_dpc_dither dither_r,
229 enum nx_dpc_dither dither_g,
230 enum nx_dpc_dither dither_b);
231 void nx_dpc_get_dither(u32 module_index, enum nx_dpc_dither *pditherr,
232 enum nx_dpc_dither *pditherg,
233 enum nx_dpc_dither *pditherb);
A Ds5pxx18_soc_dpc.c543 void nx_dpc_set_dither(u32 module_index, enum nx_dpc_dither dither_r, in nx_dpc_set_dither()
544 enum nx_dpc_dither dither_g, enum nx_dpc_dither dither_b) in nx_dpc_set_dither()
563 void nx_dpc_get_dither(u32 module_index, enum nx_dpc_dither *pditherr, in nx_dpc_get_dither()
564 enum nx_dpc_dither *pditherg, in nx_dpc_get_dither()
565 enum nx_dpc_dither *pditherb) in nx_dpc_get_dither()
578 (enum nx_dpc_dither)((temp & rdither_mask) >> rdither_pos); in nx_dpc_get_dither()
581 (enum nx_dpc_dither)((temp & gdither_mask) >> gdither_pos); in nx_dpc_get_dither()
584 (enum nx_dpc_dither)((temp & bdither_mask) >> bdither_pos); in nx_dpc_get_dither()
/u-boot/drivers/video/nexell/
A Ds5pxx18_dp.c65 enum nx_dpc_dither r_dither, g_dither, b_dither; in dp_control_setup()

Completed in 27 milliseconds