Searched refs:swdisable (Results 1 – 1 of 1) sorted by relevance
1133 u32 swdisable; in dw_hdmi_qp_cec_enable() local1139 swdisable = dw_hdmi_qp_read(hdmi, GLOBAL_SWDISABLE); in dw_hdmi_qp_cec_enable()1140 swdisable = swdisable | CEC_SWDISABLE; in dw_hdmi_qp_cec_enable()1141 dw_hdmi_qp_write(hdmi, swdisable, GLOBAL_SWDISABLE); in dw_hdmi_qp_cec_enable()1143 swdisable = dw_hdmi_qp_read(hdmi, GLOBAL_SWDISABLE); in dw_hdmi_qp_cec_enable()1144 swdisable = swdisable & ~CEC_SWDISABLE; in dw_hdmi_qp_cec_enable()1145 dw_hdmi_qp_write(hdmi, swdisable, GLOBAL_SWDISABLE); in dw_hdmi_qp_cec_enable()