Searched refs:HDMI_PHY_HPD (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1692 return hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD ? in dw_hdmi_phy_read_hpd() 1718 hdmi_writeb(hdmi, HDMI_PHY_HPD | HDMI_PHY_RX_SENSE, HDMI_PHY_POL0); in dw_hdmi_phy_setup_hpd() 3088 phy_pol_mask |= HDMI_PHY_HPD; in dw_hdmi_irq() 3111 phy_stat & HDMI_PHY_HPD, in dw_hdmi_irq() 3114 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) { in dw_hdmi_irq() 3120 if (phy_stat & HDMI_PHY_HPD) in dw_hdmi_irq() 3123 if (!(phy_stat & (HDMI_PHY_HPD | HDMI_PHY_RX_SENSE))) in dw_hdmi_irq() 3364 hdmi->phy_mask = (u8)~(HDMI_PHY_HPD | HDMI_PHY_RX_SENSE); in dw_hdmi_probe()
|
H A D | dw-hdmi.h | 896 HDMI_PHY_HPD = 0x02, enumerator
|
/openbmc/u-boot/include/ |
H A D | dw_hdmi.h | 399 HDMI_PHY_HPD = 0x02, enumerator
|
/openbmc/u-boot/drivers/video/ |
H A D | dw_hdmi.c | 779 uint val = hdmi_read(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD; in hdmi_get_plug_in_status() 936 hdmi_write(hdmi, (u8)~HDMI_PHY_HPD, HDMI_PHY_MASK0); in dw_hdmi_phy_init()
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/ |
H A D | mxc_hdmi.h | 886 HDMI_PHY_HPD = 0x02, enumerator
|