Lines Matching refs:hdmi
603 struct hdmi_regs *hdmi = (struct hdmi_regs *)HDMI_ARB_BASE_ADDR; in imx_enable_hdmi_phy() local
605 reg = readb(&hdmi->phy_conf0); in imx_enable_hdmi_phy()
607 writeb(reg, &hdmi->phy_conf0); in imx_enable_hdmi_phy()
610 writeb(reg, &hdmi->phy_conf0); in imx_enable_hdmi_phy()
613 writeb(reg, &hdmi->phy_conf0); in imx_enable_hdmi_phy()
614 writeb(HDMI_MC_PHYRSTZ_ASSERT, &hdmi->mc_phyrstz); in imx_enable_hdmi_phy()
620 struct hdmi_regs *hdmi = (struct hdmi_regs *)HDMI_ARB_BASE_ADDR; in imx_setup_hdmi() local
629 writeb(HDMI_MC_PHYRSTZ_DEASSERT, &hdmi->mc_phyrstz); in imx_setup_hdmi()
641 if (readb(&hdmi->ih_fc_stat2) & HDMI_IH_FC_STAT2_OVERFLOW_MASK) { in imx_setup_hdmi()
643 writeb((u8)~HDMI_MC_SWRSTZ_TMDSSWRST_REQ, &hdmi->mc_swrstz); in imx_setup_hdmi()
644 val = readb(&hdmi->fc_invidconf); in imx_setup_hdmi()
647 writeb(val, &hdmi->fc_invidconf); in imx_setup_hdmi()