Searched refs:hdmi_clr_bit (Results 1 – 2 of 2) sorted by relevance
484 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()
229 #define hdmi_clr_bit(var, bit) \ macro