Lines Matching refs:hdmi
637 struct hdmi_regs *hdmi = (struct hdmi_regs *)HDMI_ARB_BASE_ADDR; in imx_enable_hdmi_phy() local
639 reg = readb(&hdmi->phy_conf0); in imx_enable_hdmi_phy()
641 writeb(reg, &hdmi->phy_conf0); in imx_enable_hdmi_phy()
644 writeb(reg, &hdmi->phy_conf0); in imx_enable_hdmi_phy()
647 writeb(reg, &hdmi->phy_conf0); in imx_enable_hdmi_phy()
648 writeb(HDMI_MC_PHYRSTZ_ASSERT, &hdmi->mc_phyrstz); in imx_enable_hdmi_phy()
654 struct hdmi_regs *hdmi = (struct hdmi_regs *)HDMI_ARB_BASE_ADDR; in imx_setup_hdmi() local
663 writeb(HDMI_MC_PHYRSTZ_DEASSERT, &hdmi->mc_phyrstz); in imx_setup_hdmi()
675 if (readb(&hdmi->ih_fc_stat2) & HDMI_IH_FC_STAT2_OVERFLOW_MASK) { in imx_setup_hdmi()
677 writeb((u8)~HDMI_MC_SWRSTZ_TMDSSWRST_REQ, &hdmi->mc_swrstz); in imx_setup_hdmi()
678 val = readb(&hdmi->fc_invidconf); in imx_setup_hdmi()
681 writeb(val, &hdmi->fc_invidconf); in imx_setup_hdmi()