Searched refs:top_base (Results 1 – 1 of 1) sorted by relevance
436 void __iomem *top_base; /* host top register base address */ member970 if (host->top_base) { in msdc_set_mclk()972 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()974 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()983 if (host->top_base) { in msdc_set_mclk()985 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()987 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()1731 if (host->top_base) { in msdc_init_hw()1732 writel(0, host->top_base + EMMC_TOP_CONTROL); in msdc_init_hw()1733 writel(0, host->top_base + EMMC_TOP_CMD); in msdc_init_hw()[all …]