Lines Matching defs:ioaddr
123 static inline void st_mmcss_set_static_delay(void __iomem *ioaddr)
125 if (!ioaddr)
128 writel_relaxed(0x0, ioaddr + ST_TOP_MMC_DLY_CTRL);
130 ioaddr + ST_TOP_MMC_TX_CLK_DLY);
157 host->ioaddr + ST_MMC_CCONFIG_REG_1);
176 writel_relaxed(cconf2, host->ioaddr + ST_MMC_CCONFIG_REG_2);
183 host->ioaddr + ST_MMC_GP_OUTPUT);
209 writel_relaxed(cconf3, host->ioaddr + ST_MMC_CCONFIG_REG_3);
210 writel_relaxed(cconf4, host->ioaddr + ST_MMC_CCONFIG_REG_4);
211 writel_relaxed(cconf5, host->ioaddr + ST_MMC_CCONFIG_REG_5);
214 static inline void st_mmcss_set_dll(void __iomem *ioaddr)
216 if (!ioaddr)
219 writel_relaxed(ST_TOP_MMC_DYN_DLY_CONF, ioaddr + ST_TOP_MMC_DLY_CTRL);
221 ioaddr + ST_TOP_MMC_TX_DLL_STEP_DLY);
224 static int st_mmcss_lock_dll(void __iomem *ioaddr)
232 value = readl(ioaddr + ST_MMC_STATUS_R);
250 ret = st_mmcss_lock_dll(host->ioaddr);
313 ret = readl_relaxed(host->ioaddr + reg);
318 ret = readl_relaxed(host->ioaddr + reg);
413 host_version = readw_relaxed((host->ioaddr + SDHCI_HOST_VERSION));