Searched refs:esdhc_writel_fixup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-of-esdhc.c | 232 static u32 esdhc_writel_fixup(struct sdhci_host *host, in esdhc_writel_fixup() function 404 value = esdhc_writel_fixup(host, reg, val, 0); in esdhc_be_writel() 412 value = esdhc_writel_fixup(host, reg, val, 0); in esdhc_le_writel()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-of-esdhc.c | 224 * esdhc_writel_fixup - Fixup the SD spec register value so that it could be 239 static u32 esdhc_writel_fixup(struct sdhci_host *host, in esdhc_writel_fixup() function 411 value = esdhc_writel_fixup(host, reg, val, 0); in esdhc_be_writel() 419 value = esdhc_writel_fixup(host, reg, val, 0); in esdhc_le_writel()
|
Completed in 4 milliseconds