Home
last modified time | relevance | path

Searched refs:top_base (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dmtk-sd.c433 void __iomem *top_base; /* host top register base address */ member
967 if (host->top_base) { in msdc_set_mclk()
969 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()
971 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()
980 if (host->top_base) { in msdc_set_mclk()
982 host->top_base + EMMC_TOP_CONTROL); in msdc_set_mclk()
984 host->top_base + EMMC_TOP_CMD); in msdc_set_mclk()
1726 if (host->top_base) { in msdc_init_hw()
1727 writel(0, host->top_base + EMMC_TOP_CONTROL); in msdc_init_hw()
1728 writel(0, host->top_base + EMMC_TOP_CMD); in msdc_init_hw()
[all …]