Searched refs:top_base (Results 1 – 1 of 1) sorted by relevance
410 void __iomem *top_base; /* host top register base address */ member909 if (host->top_base) { in msdc_set_mclk()911 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()913 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()922 if (host->top_base) { in msdc_set_mclk()924 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()926 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()1636 if (host->top_base) { in msdc_init_hw()1637 writel(0, host->top_base + EMMC_TOP_CONTROL); in msdc_init_hw()1638 writel(0, host->top_base + EMMC_TOP_CMD); in msdc_init_hw()[all …]