Home
last modified time | relevance | path

Searched refs:f_max (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dmmcbrvar.h92 MMCBR_ACCESSOR(f_max, F_MAX, int) in MMCBR_ACCESSOR()
H A Dbridge.h144 int f_max; member
H A Dmmc_helpers.c108 host->f_max = max_freq; in mmc_parse()
/freebsd/sys/cam/mmc/
H A Dmmc_da.c1387 int f_max; in sdda_start_init() local
1389 f_max = min(host_f_max, softc->card_f_max); in sdda_start_init()
1390 … ("Set SD freq to %d MHz (min out of host f=%d MHz and card f=%d MHz)\n", f_max / 1000000, host_f… in sdda_start_init()
1393 if (f_max > 25000000) { in sdda_start_init()
1397 f_max = 25000000; in sdda_start_init()
1446 cts->ios.clock = f_max; in sdda_start_init()
/freebsd/sys/dev/sdhci/
H A Dsdhci_xenon.c525 if (sc->slot->host.f_max > 0) in sdhci_xenon_attach()
526 sc->slot->max_clk = sc->slot->host.f_max; in sdhci_xenon_attach()
H A Dsdhci_fsl_fdt.c950 sc->maxclk_hz = host->f_max ? host->f_max : sc->baseclk_hz; in sdhci_fsl_fdt_attach()
H A Dsdhci.c947 slot->host.f_max = slot->max_clk;
2455 *result = slot->host.f_max;
2674 cts->proto_specific.mmc.host_f_max = slot->host.f_max;
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c212 cts->host_f_max = sc->aw_host.f_max; in aw_mmc_get_tran_settings()
455 sc->aw_host.f_max = 52000000; in aw_mmc_attach()
1124 *(int *)result = sc->aw_host.f_max;
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c525 sc->host.f_max = 200000000; in parse_fdt()
1335 *(int *)result = sc->host.f_max; in dwmmc_read_ivar()
1437 cts->host_f_max = sc->host.f_max; in dwmmc_get_tran_settings()
/freebsd/sys/dev/rtsx/
H A Drtsx.c725 sc->rtsx_host.f_max = RTSX_SDCLK_208MHZ;
2958 cts->host_f_max = sc->rtsx_host.f_max;
3083 *result = sc->rtsx_host.f_max;