Home
last modified time | relevance | path

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

/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_mlc.c1683 struct nx_mlc_gamma_table_parameter *p_gammatable) in nx_mlc_set_gamma_table() argument
1700 p_gammatable->r_table[i]); in nx_mlc_set_gamma_table()
1702 p_gammatable->g_table[i]); in nx_mlc_set_gamma_table()
1704 p_gammatable->b_table[i]); in nx_mlc_set_gamma_table()
1707 regval = regval | (p_gammatable->alphaselect << 5) | in nx_mlc_set_gamma_table()
1708 (p_gammatable->yuvgammaenb << 4 | in nx_mlc_set_gamma_table()
1709 p_gammatable->allgammaenb << 4) | in nx_mlc_set_gamma_table()
1710 (p_gammatable->rgbgammaenb << 1 | in nx_mlc_set_gamma_table()
1711 p_gammatable->allgammaenb << 1) | in nx_mlc_set_gamma_table()
1712 (p_gammatable->ditherenb << 1); in nx_mlc_set_gamma_table()
A Ds5pxx18_soc_mlc.h411 struct nx_mlc_gamma_table_parameter *p_gammatable);

Completed in 8 milliseconds