Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-pltfm.h30 u16 xfer_mode_shadow; member
74 pltfm_host->xfer_mode_shadow = val; in sdhci_be32bs_writew()
78 val << 16 | pltfm_host->xfer_mode_shadow, in sdhci_be32bs_writew()
Dsdhci-tegra.c79 pltfm_host->xfer_mode_shadow = val; in tegra_sdhci_writew()
82 writel((val << 16) | pltfm_host->xfer_mode_shadow, in tegra_sdhci_writew()