Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c1439 return hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD ? in dw_hdmi_connector_detect()
1563 phy_pol_mask |= HDMI_PHY_HPD; in dw_hdmi_irq()
1600 if (phy_stat & HDMI_PHY_HPD) in dw_hdmi_irq()
1611 phy_int_pol & HDMI_PHY_HPD ? "plugin" : "plugout"); in dw_hdmi_irq()
1685 hdmi->phy_mask = (u8)~(HDMI_PHY_HPD | HDMI_PHY_RX_SENSE); in dw_hdmi_bind()
1776 hdmi_writeb(hdmi, HDMI_PHY_HPD | HDMI_PHY_RX_SENSE, HDMI_PHY_POL0); in dw_hdmi_bind()
Ddw_hdmi.h869 HDMI_PHY_HPD = 0x02, enumerator