Lines Matching refs:preset
1850 u16 preset = 0;
1855 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HIGH_SPEED);
1858 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12);
1861 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25);
1864 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50);
1868 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104);
1872 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50);
1875 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400);
1880 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12);
1883 return preset;
2311 * Frequency. Check if preset values need to be enabled, or the Driver
2428 * preset value enable is not set.
2454 u16 preset;
2457 preset = sdhci_get_preset_value(host);
2459 preset);
2954 /* Host Controller v3.00 defines preset value registers */