Searched refs:hs400 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/mmc/
H A Dmmcbrvar.h129 mmcbr_tune(device_t dev, bool hs400) argument
132 return (MMCBR_TUNE(device_get_parent(dev), dev, hs400));
H A Dmmc.c2123 bool changed, hs400; local
2167 hs400 = max_timing == bus_timing_mmc_hs400;
2168 timing = hs400 == true ? bus_timing_mmc_hs200 : max_timing;
2243 if (mmcbr_tune(dev, hs400) != 0) {
2249 if (hs400 == true && mmc_switch_to_hs400(sc, ivar, max_dtr,
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.h435 int sdhci_generic_tune(device_t brdev, device_t reqdev, bool hs400);
H A Dsdhci.c1339 sdhci_generic_tune(device_t brdev __unused, device_t reqdev, bool hs400) argument
1365 if (hs400)
/freebsd-13-stable/sys/dev/rtsx/
H A Drtsx.c261 static int rtsx_mmcbr_tune(device_t bus, device_t child __unused, bool hs400 __unused);
3335 rtsx_mmcbr_tune(device_t bus, device_t child __unused, bool hs400) argument
3346 device_printf(sc->rtsx_dev, "rtsx_mmcbr_tune() - hs400 is %s\n",
3347 (hs400) ? "true" : "false");

Completed in 79 milliseconds