Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmmci.h7 #define MMCIPOWER 0x000 macro
H A Dmmci.c414 writel(pwr, host->base + MMCIPOWER); in mmci_write_pwrreg()
1841 writel(host->pwr_reg, host->base + MMCIPOWER); in mmci_irq_thread()
2473 writel(0, host->base + MMCIPOWER); in mmci_save()
2490 writel(host->pwr_reg, host->base + MMCIPOWER); in mmci_restore()
H A Dmmci_stm32_sdmmc.c730 host->pwr_reg = readl_relaxed(host->base + MMCIPOWER); in sdmmc_variant_init()