Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-pltfm.h26 u16 xfer_mode_shadow; member
70 pltfm_host->xfer_mode_shadow = val; in sdhci_be32bs_writew()
74 val << 16 | pltfm_host->xfer_mode_shadow, in sdhci_be32bs_writew()
A Dsdhci-of-esdhc.c187 return pltfm_host->xfer_mode_shadow; in esdhc_readw_fixup()
272 pltfm_host->xfer_mode_shadow = value; in esdhc_writew_fixup()
275 ret = (value << 16) | pltfm_host->xfer_mode_shadow; in esdhc_writew_fixup()
A Dsdhci-tegra.c214 pltfm_host->xfer_mode_shadow = val; in tegra_sdhci_writew()
217 writel((val << 16) | pltfm_host->xfer_mode_shadow, in tegra_sdhci_writew()

Completed in 11 milliseconds