Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-of-esdhc.c103 int spec_reg, u32 value) in esdhc_readl_fixup() argument
117 if ((spec_reg == SDHCI_CAPABILITIES) && (value & SDHCI_CAN_DO_ADMA1)) { in esdhc_readl_fixup()
130 if (spec_reg == SDHCI_PRESENT_STATE) { in esdhc_readl_fixup()
142 if (spec_reg == SDHCI_CAPABILITIES_1) { in esdhc_readl_fixup()
155 if ((spec_reg == SDHCI_PRESENT_STATE) && in esdhc_readl_fixup()
166 int spec_reg, u32 value) in esdhc_readw_fixup() argument
171 int shift = (spec_reg & 0x2) * 8; in esdhc_readw_fixup()
173 if (spec_reg == SDHCI_HOST_VERSION) in esdhc_readw_fixup()
180 if ((spec_reg == SDHCI_HOST_VERSION) && in esdhc_readw_fixup()
187 int spec_reg, u32 value) in esdhc_readb_fixup() argument
[all …]