Searched refs:HDMI_PHY_HPD (Results 1 – 2 of 2) sorted by relevance
1689 return hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD ? in dw_hdmi_phy_read_hpd()1715 hdmi_writeb(hdmi, HDMI_PHY_HPD | HDMI_PHY_RX_SENSE, HDMI_PHY_POL0); in dw_hdmi_phy_setup_hpd()3092 phy_pol_mask |= HDMI_PHY_HPD; in dw_hdmi_irq()3115 phy_stat & HDMI_PHY_HPD, in dw_hdmi_irq()3118 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) { in dw_hdmi_irq()3124 if (phy_stat & HDMI_PHY_HPD) in dw_hdmi_irq()3127 if (!(phy_stat & (HDMI_PHY_HPD | HDMI_PHY_RX_SENSE))) in dw_hdmi_irq()3346 hdmi->phy_mask = (u8)~(HDMI_PHY_HPD | HDMI_PHY_RX_SENSE); in dw_hdmi_probe()
896 HDMI_PHY_HPD = 0x02, enumerator