Searched refs:top_base (Results 1 – 1 of 1) sorted by relevance
424 void __iomem *top_base; /* host top register base address */ member930 if (host->top_base) { in msdc_set_mclk()932 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()934 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()943 if (host->top_base) { in msdc_set_mclk()945 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()947 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()1655 if (host->top_base) { in msdc_init_hw()1656 writel(0, host->top_base + EMMC_TOP_CONTROL); in msdc_init_hw()1657 writel(0, host->top_base + EMMC_TOP_CMD); in msdc_init_hw()[all …]