Searched refs:top_base (Results 1 – 1 of 1) sorted by relevance
401 void __iomem *top_base; /* host top register base address */ member851 if (host->top_base) { in msdc_set_mclk()853 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()855 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()864 if (host->top_base) { in msdc_set_mclk()866 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()868 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()1500 if (host->top_base) { in msdc_init_hw()1501 writel(0, host->top_base + EMMC_TOP_CONTROL); in msdc_init_hw()1502 writel(0, host->top_base + EMMC_TOP_CMD); in msdc_init_hw()[all …]