Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c841 val = hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_TX_PHY_LOCK; in hdmi_phy_configure()
1439 return hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD ? in dw_hdmi_connector_detect()
1559 phy_stat = hdmi_readb(hdmi, HDMI_PHY_STAT0); in dw_hdmi_irq()
Ddw_hdmi.h327 #define HDMI_PHY_STAT0 0x3004 macro