Searched refs:hpd_int_status (Results 1 – 1 of 1) sorted by relevance
178 uint32_t hpd_int_status, hpd_int_ctrl; in msm_hdmi_hpd_irq() local181 hpd_int_status = hdmi_read(hdmi, REG_HDMI_HPD_INT_STATUS); in msm_hdmi_hpd_irq()185 (hpd_int_status & HDMI_HPD_INT_STATUS_INT)) { in msm_hdmi_hpd_irq()186 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in msm_hdmi_hpd_irq()192 DBG("status=%04x, ctrl=%04x", hpd_int_status, hpd_int_ctrl); in msm_hdmi_hpd_irq()206 uint32_t hpd_int_status; in detect_reg() local211 hpd_int_status = hdmi_read(hdmi, REG_HDMI_HPD_INT_STATUS); in detect_reg()216 return (hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED) ? in detect_reg()