Searched refs:HDMI_PHY_HPD (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi.c | 419 if (phy_stat & HDMI_PHY_HPD) in repo_hpd_event() 446 if (phy_int_pol & HDMI_PHY_HPD) { in check_hdmi_irq() 645 if (!(hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD)) { in dw_hdmi_i2c_read() 728 if (!(hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD)) { in dw_hdmi_i2c_write() 2009 return hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD ? in dw_hdmi_phy_read_hpd() 2035 hdmi_writeb(hdmi, HDMI_PHY_HPD | HDMI_PHY_RX_SENSE, HDMI_PHY_POL0); in dw_hdmi_phy_setup_hpd() 3324 if (!(hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD)) in dw_hdmi_connector_atomic_check() 3968 if (!(hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD) && hdmi->hdr2sdr) in dw_hdmi_bridge_mode_valid() 4159 phy_pol_mask |= HDMI_PHY_HPD; in dw_hdmi_irq() 4182 phy_stat & HDMI_PHY_HPD, in dw_hdmi_irq() [all …]
|
| H A D | dw-hdmi.h | 944 HDMI_PHY_HPD = 0x02, enumerator
|
| H A D | dw-hdmi-hdcp.c | 598 HDMI_PHY_HPD) in hdcp_enable_write()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | dw_hdmi.c | 526 uint val = hdmi_read(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD; in hdmi_get_plug_in_status() 683 hdmi_write(hdmi, (u8)~HDMI_PHY_HPD, HDMI_PHY_MASK0); in dw_hdmi_phy_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | dw_hdmi.h | 372 HDMI_PHY_HPD = 0x02, enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw_hdmi.h | 1000 HDMI_PHY_HPD = 0x02, enumerator
|
| H A D | dw_hdmi.c | 994 return hdmi_readb(hdmi, HDMI_PHY_STAT0) & HDMI_PHY_HPD ? in dw_hdmi_phy_read_hpd()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx6/ |
| H A D | mxc_hdmi.h | 889 HDMI_PHY_HPD = 0x02, enumerator
|