Searched refs:hpd_int_status (Results 1 – 1 of 1) sorted by relevance
244 uint32_t hpd_int_status, hpd_int_ctrl; in hdmi_connector_irq() local247 hpd_int_status = hdmi_read(hdmi, REG_HDMI_HPD_INT_STATUS); in hdmi_connector_irq()251 (hpd_int_status & HDMI_HPD_INT_STATUS_INT)) { in hdmi_connector_irq()252 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in hdmi_connector_irq()258 DBG("status=%04x, ctrl=%04x", hpd_int_status, hpd_int_ctrl); in hdmi_connector_irq()272 uint32_t hpd_int_status = hdmi_read(hdmi, REG_HDMI_HPD_INT_STATUS); in detect_reg() local273 return (hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED) ? in detect_reg()