Searched refs:top_base (Results 1 – 1 of 1) sorted by relevance
431 void __iomem *top_base; /* host top register base address */ member965 if (host->top_base) { in msdc_set_mclk()967 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()969 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()978 if (host->top_base) { in msdc_set_mclk()980 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()982 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()1724 if (host->top_base) { in msdc_init_hw()1725 writel(0, host->top_base + EMMC_TOP_CONTROL); in msdc_init_hw()1726 writel(0, host->top_base + EMMC_TOP_CMD); in msdc_init_hw()[all …]