Lines Matching refs:preset
1149 u16 preset = 0; in sdhci_get_preset_value() local
1153 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1156 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25); in sdhci_get_preset_value()
1159 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50); in sdhci_get_preset_value()
1163 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in sdhci_get_preset_value()
1167 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); in sdhci_get_preset_value()
1170 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400); in sdhci_get_preset_value()
1175 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1178 return preset; in sdhci_get_preset_value()
1621 u16 preset; in sdhci_do_set_ios() local
1624 preset = sdhci_get_preset_value(host); in sdhci_do_set_ios()
1625 ios->drv_type = (preset & SDHCI_PRESET_DRV_MASK) in sdhci_do_set_ios()