Lines Matching refs:phy_regs

233 	struct xenon_emmc_phy_regs *phy_regs = priv->emmc_phy_regs;  in xenon_emmc_phy_init()  local
235 reg = sdhci_readl(host, phy_regs->timing_adj); in xenon_emmc_phy_init()
237 sdhci_writel(host, reg, phy_regs->timing_adj); in xenon_emmc_phy_init()
265 reg = sdhci_readl(host, phy_regs->timing_adj); in xenon_emmc_phy_init()
325 struct xenon_emmc_phy_regs *phy_regs = priv->emmc_phy_regs; in xenon_emmc_phy_enable_dll() local
331 reg = sdhci_readl(host, phy_regs->dll_ctrl); in xenon_emmc_phy_enable_dll()
336 reg = sdhci_readl(host, phy_regs->dll_ctrl); in xenon_emmc_phy_enable_dll()
350 reg |= phy_regs->dll_update; in xenon_emmc_phy_enable_dll()
353 sdhci_writel(host, reg, phy_regs->dll_ctrl); in xenon_emmc_phy_enable_dll()
495 struct xenon_emmc_phy_regs *phy_regs = priv->emmc_phy_regs; in xenon_emmc_phy_slow_mode() local
502 reg = sdhci_readl(host, phy_regs->timing_adj); in xenon_emmc_phy_slow_mode()
536 sdhci_writel(host, reg, phy_regs->timing_adj); in xenon_emmc_phy_slow_mode()
551 struct xenon_emmc_phy_regs *phy_regs = priv->emmc_phy_regs; in xenon_emmc_phy_set() local
556 reg = sdhci_readl(host, phy_regs->pad_ctrl); in xenon_emmc_phy_set()
561 sdhci_writel(host, reg, phy_regs->pad_ctrl); in xenon_emmc_phy_set()
585 reg = sdhci_readl(host, phy_regs->timing_adj); in xenon_emmc_phy_set()
590 sdhci_writel(host, reg, phy_regs->timing_adj); in xenon_emmc_phy_set()
600 reg = sdhci_readl(host, phy_regs->pad_ctrl2); in xenon_emmc_phy_set()
603 sdhci_writel(host, reg, phy_regs->pad_ctrl2); in xenon_emmc_phy_set()
613 reg = sdhci_readl(host, phy_regs->func_ctrl); in xenon_emmc_phy_set()
630 sdhci_writel(host, reg, phy_regs->func_ctrl); in xenon_emmc_phy_set()
639 sdhci_writel(host, phy_regs->logic_timing_val, in xenon_emmc_phy_set()
640 phy_regs->logic_timing_adj); in xenon_emmc_phy_set()