Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c593 u8 phy_stat = hdmi_readb(hdmi, HDMI_PHY_STAT0); in repo_hpd_event() local
596 if (!(phy_stat & HDMI_PHY_RX_SENSE)) { in repo_hpd_event()
599 if (phy_stat & HDMI_PHY_HPD) { in repo_hpd_event()
3856 u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat, hdcp_stat; in dw_hdmi_irq() local
3860 phy_stat = hdmi_readb(hdmi, HDMI_PHY_STAT0); in dw_hdmi_irq()
3891 dw_hdmi_setup_rx_sense(hdmi, phy_stat & HDMI_PHY_HPD, phy_stat & HDMI_PHY_RX_SENSE); in dw_hdmi_irq()
3893 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) { in dw_hdmi_irq()

Completed in 7 milliseconds