Home
last modified time | relevance | path

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

/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_mlc.h186 int benable);
216 void nx_mlc_set_rgblayer_gamma_enable(u32 module_index, int benable);
248 int benable);
251 int benable);
253 void nx_mlc_set_video_layer_gamma_enable(u32 module_index, int benable);
A Ds5pxx18_soc_mlc.c678 void nx_mlc_set_dither_enable_when_using_gamma(u32 module_index, int benable) in nx_mlc_set_dither_enable_when_using_gamma() argument
688 read_value |= ((u32)benable << ditherenb_bitpos); in nx_mlc_set_dither_enable_when_using_gamma()
920 void nx_mlc_set_rgblayer_gamma_enable(u32 module_index, int benable) in nx_mlc_set_rgblayer_gamma_enable() argument
930 read_value |= (u32)benable << rgbgammaemb_bitpos; in nx_mlc_set_rgblayer_gamma_enable()
1114 int benable) in nx_mlc_set_video_layer_line_buffer_power_mode() argument
1125 regvalue |= ((u32)benable << linebuff_pwd_pos); in nx_mlc_set_video_layer_line_buffer_power_mode()
1141 int benable) in nx_mlc_set_video_layer_line_buffer_sleep_mode() argument
1149 benable = (int)((u32)benable ^ 1); in nx_mlc_set_video_layer_line_buffer_sleep_mode()
1153 regvalue |= (benable << linebuff_slmd_pos); in nx_mlc_set_video_layer_line_buffer_sleep_mode()
1275 void nx_mlc_set_video_layer_gamma_enable(u32 module_index, int benable) in nx_mlc_set_video_layer_gamma_enable() argument
[all …]

Completed in 8 milliseconds