Searched refs:HDMI_PHY_RX_SENSE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c207 #define HDMI_PHY_RX_SENSE \ macro
1703 hdmi->phy_mask |= HDMI_PHY_RX_SENSE;
1705 hdmi->phy_mask &= ~HDMI_PHY_RX_SENSE;
1718 hdmi_writeb(hdmi, HDMI_PHY_HPD | HDMI_PHY_RX_SENSE, HDMI_PHY_POL0);
3119 phy_stat & HDMI_PHY_RX_SENSE);
3121 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) {
3130 if (!(phy_stat & (HDMI_PHY_HPD | HDMI_PHY_RX_SENSE)))
3371 hdmi->phy_mask = (u8)~(HDMI_PHY_HPD | HDMI_PHY_RX_SENSE);

Completed in 108 milliseconds