Lines Matching full:hs400
166 * In HS400 mode only 4, 8, 12 clock dividers can be used.
178 * HS400 tuning is done in HS200 mode, but it has to be done using
338 * According to limited clock division erratum, clock dividers in hs400 in fsl_sdhc_fdt_set_clock()
534 * Switching to HS400 requires a special procedure, in sdhci_fsl_fdt_write_2()
1143 device_t child, bool hs400, uint32_t wnd_start, uint32_t wnd_end) in sdhci_fsl_sw_tuning() argument
1180 error = sdhci_generic_tune(bus, child, hs400); in sdhci_fsl_sw_tuning()
1190 sdhci_fsl_fdt_tune(device_t bus, device_t child, bool hs400) in sdhci_fsl_fdt_tune() argument
1215 if (hs400) in sdhci_fsl_fdt_tune()
1263 error = sdhci_generic_tune(bus, child, hs400); in sdhci_fsl_fdt_tune()
1286 error = sdhci_fsl_sw_tuning(sc, bus, child, hs400, wnd_start, in sdhci_fsl_fdt_tune()
1296 if (hs400) { in sdhci_fsl_fdt_tune()
1317 /* HS400 must be tuned in HS200 mode. */ in sdhci_fsl_fdt_retune()
1341 /* Check if HS400 is enabled right now. */ in sdhci_fsl_disable_hs400_mode()
1480 * When we switch to HS400 this function is called twice. in sdhci_fsl_fdt_set_uhs_timing()
1483 * The controller can be switched to HS400 only after the latter in sdhci_fsl_fdt_set_uhs_timing()
1493 * Switching to HS400 requires a custom procedure executed in in sdhci_fsl_fdt_set_uhs_timing()