Lines Matching refs:preset
1827 u16 preset = 0;
1832 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HIGH_SPEED);
1835 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12);
1838 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25);
1841 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50);
1845 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104);
1849 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50);
1852 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400);
1857 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12);
1860 return preset;
2286 * Frequency. Check if preset values need to be enabled, or the Driver
2390 * preset value enable is not set.
2438 u16 preset;
2441 preset = sdhci_get_preset_value(host);
2443 preset);
2928 /* Host Controller v3.00 defines preset value registers */