Home
last modified time | relevance | path

Searched refs:HDMI_PHY_HPD (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1269 return hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD ? in dw_hdmi_phy_read_hpd()
1295 hdmi_writeb(hdmi, HDMI_PHY_HPD | HDMI_PHY_RX_SENSE, HDMI_PHY_POL0); in dw_hdmi_phy_setup_hpd()
2119 phy_pol_mask |= HDMI_PHY_HPD; in dw_hdmi_irq()
2142 phy_stat & HDMI_PHY_HPD, in dw_hdmi_irq()
2145 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) in dw_hdmi_irq()
2152 phy_int_pol & HDMI_PHY_HPD ? "plugin" : "plugout"); in dw_hdmi_irq()
2311 hdmi->phy_mask = (u8)~(HDMI_PHY_HPD | HDMI_PHY_RX_SENSE); in __dw_hdmi_probe()
Ddw-hdmi.h848 HDMI_PHY_HPD = 0x02, enumerator