Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mmc/
HDmmcbrvar.h93 MMCBR_ACCESSOR(f_max, F_MAX, int) in MMCBR_ACCESSOR()
HDbridge.h149 int f_max; member
HDmmc_helpers.c108 host->f_max = max_freq; in mmc_parse()
HDmmcspi.c550 *result = slot->host.f_max; in mmcspi_read_ivar()
/freebsd-head/sys/cam/mmc/
HDmmc_da.c1389 int f_max; in sdda_start_init() local
1391 f_max = min(host_f_max, softc->card_f_max); in sdda_start_init()
1392 … ("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()
1395 if (f_max > 25000000) { in sdda_start_init()
1399 f_max = 25000000; in sdda_start_init()
1448 cts->ios.clock = f_max; in sdda_start_init()
/freebsd-head/sys/dev/sdhci/
HDsdhci_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()
HDsdhci_fsl_fdt.c950 sc->maxclk_hz = host->f_max ? host->f_max : sc->baseclk_hz; in sdhci_fsl_fdt_attach()
HDsdhci.c951 slot->host.f_max = slot->max_clk;
2462 *result = slot->host.f_max;
2681 cts->proto_specific.mmc.host_f_max = slot->host.f_max;
/freebsd-head/sys/dev/mmc/host/
HDdwmmc.c521 sc->host.f_max = 200000000; in parse_fdt()
1331 *(int *)result = sc->host.f_max; in dwmmc_read_ivar()
1433 cts->host_f_max = sc->host.f_max; in dwmmc_get_tran_settings()
/freebsd-head/sys/arm/allwinner/
HDaw_mmc.c212 cts->host_f_max = sc->aw_host.f_max; in aw_mmc_get_tran_settings()
452 sc->aw_host.f_max = 52000000; in aw_mmc_attach()
1115 *(int *)result = sc->aw_host.f_max;
/freebsd-head/sys/dev/rtsx/
HDrtsx.c729 sc->rtsx_host.f_max = RTSX_SDCLK_208MHZ;
2962 cts->host_f_max = sc->rtsx_host.f_max;
3087 *result = sc->rtsx_host.f_max;