Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1133 u32 swdisable; in dw_hdmi_qp_cec_enable() local
1139 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()