Lines Matching refs:preset
1134 u16 preset = 0; in sdhci_get_preset_value() local
1138 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1141 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25); in sdhci_get_preset_value()
1144 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50); in sdhci_get_preset_value()
1148 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in sdhci_get_preset_value()
1152 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); in sdhci_get_preset_value()
1155 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400); in sdhci_get_preset_value()
1160 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value()
1163 return preset; in sdhci_get_preset_value()
1597 u16 preset; in sdhci_do_set_ios() local
1600 preset = sdhci_get_preset_value(host); in sdhci_do_set_ios()
1601 ios->drv_type = (preset & SDHCI_PRESET_DRV_MASK) in sdhci_do_set_ios()