Searched refs:HDMI_PHY_HPD (Results 1 – 5 of 5) sorted by relevance
1570 return hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD ? in dw_hdmi_phy_read_hpd()1596 hdmi_writeb(hdmi, HDMI_PHY_HPD | HDMI_PHY_RX_SENSE, HDMI_PHY_POL0); in dw_hdmi_phy_setup_hpd()2995 phy_pol_mask |= HDMI_PHY_HPD; in dw_hdmi_irq()3018 phy_stat & HDMI_PHY_HPD, in dw_hdmi_irq()3021 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) { in dw_hdmi_irq()3027 if (phy_stat & HDMI_PHY_HPD) in dw_hdmi_irq()3030 if (!(phy_stat & (HDMI_PHY_HPD | HDMI_PHY_RX_SENSE))) in dw_hdmi_irq()3218 hdmi->phy_mask = (u8)~(HDMI_PHY_HPD | HDMI_PHY_RX_SENSE); in dw_hdmi_probe()
884 HDMI_PHY_HPD = 0x02, enumerator
12057 + if (phy_stat & HDMI_PHY_HPD)12083 + if (phy_int_pol & HDMI_PHY_HPD) {13513 if (!(phy_stat & (HDMI_PHY_HPD | HDMI_PHY_RX_SENSE)))13946 + if (((ret & HDMI_PHY_TX_PHY_LOCK) && (ret & HDMI_PHY_HPD) &&14148 + hdmi_writeb(hdmi, HDMI_PHY_HPD | HDMI_PHY_RX_SENSE,
26224 + HDMI_PHY_HPD = 0x02,
9873 hdmi->phy_mask = (u8)~(HDMI_PHY_HPD | HDMI_PHY_RX_SENSE);