Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
Dhdmi_hal_ctrl.c484 hdmi_clr_bit(sync_pol_cfg, CTRL_SYCN_POL_H_BIT); in ctrl_video_path_polarity_set()
490 hdmi_clr_bit(sync_pol_cfg, CTRL_SYCN_POL_V_BIT); in ctrl_video_path_polarity_set()
496 hdmi_clr_bit(sync_pol_cfg, CTRL_SYCN_POL_DE_BIT); in ctrl_video_path_polarity_set()
521 hdmi_clr_bit(reg_value, CTRL_RGB_IN_BIT); in ctrl_video_color_rgb_set()
527 hdmi_clr_bit(reg_value, CTRL_RGB_OUT_BIT); in ctrl_video_color_rgb_set()
679 hdmi_clr_bit(csc_mode, CTRL_QUANTIZAION_IN_BIT); in ctrl_video_path_quantization_set()
685 hdmi_clr_bit(csc_mode, CTRL_QUANTIZAION_OUT_BIT); in ctrl_video_path_quantization_set()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_common.h229 #define hdmi_clr_bit(var, bit) \ macro