Searched refs:spec_reg (Results 1 – 1 of 1) sorted by relevance
116 int spec_reg, u32 value) in esdhc_readl_fixup() argument177 int spec_reg, u32 value) in esdhc_readw_fixup() argument182 int shift = (spec_reg & 0x2) * 8; in esdhc_readw_fixup()187 if (spec_reg == SDHCI_HOST_VERSION) in esdhc_readw_fixup()201 int spec_reg, u32 value) in esdhc_readb_fixup() argument205 int shift = (spec_reg & 0x3) * 8; in esdhc_readb_fixup()249 if (spec_reg == SDHCI_INT_ENABLE) in esdhc_writel_fixup()261 int shift = (spec_reg & 0x2) * 8; in esdhc_writew_fixup()264 switch (spec_reg) { in esdhc_writew_fixup()280 if (spec_reg == SDHCI_BLOCK_SIZE) { in esdhc_writew_fixup()[all …]