Searched refs:hpd_int_status (Results 1 – 1 of 1) sorted by relevance
315 uint32_t hpd_int_status, hpd_int_ctrl; in hdmi_connector_irq() local318 hpd_int_status = hdmi_read(hdmi, REG_HDMI_HPD_INT_STATUS); in hdmi_connector_irq()322 (hpd_int_status & HDMI_HPD_INT_STATUS_INT)) { in hdmi_connector_irq()323 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in hdmi_connector_irq()329 DBG("status=%04x, ctrl=%04x", hpd_int_status, hpd_int_ctrl); in hdmi_connector_irq()343 uint32_t hpd_int_status = hdmi_read(hdmi, REG_HDMI_HPD_INT_STATUS); in detect_reg() local344 return (hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED) ? in detect_reg()