Home
last modified time | relevance | path

Searched refs:host_f_max (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/cam/mmc/
H A Dmmc_da.c1228 int host_f_max; in sdda_start_init() local
1309 host_f_max = cts->host_f_max; in sdda_start_init()
1389 f_max = min(host_f_max, softc->card_f_max); in sdda_start_init()
1390 …MHz (min out of host f=%d MHz and card f=%d MHz)\n", f_max / 1000000, host_f_max / 1000000, softc… in sdda_start_init()
/freebsd/sys/dev/mmcnull/
H A Dmmcnull.c394 mcts->host_f_max = 12000000; in mmcnull_action_sd()
/freebsd/sys/cam/
H A Dcam_ccb.h1083 int host_f_max; member
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c212 cts->host_f_max = sc->aw_host.f_max; in aw_mmc_get_tran_settings()
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c1437 cts->host_f_max = sc->host.f_max; in dwmmc_get_tran_settings()
/freebsd/sys/dev/sdhci/
H A Dsdhci.c2674 cts->proto_specific.mmc.host_f_max = slot->host.f_max;
/freebsd/sys/dev/rtsx/
H A Drtsx.c2958 cts->host_f_max = sc->rtsx_host.f_max;
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c8116 printf("Max frequency: %u MHz\n", cts->host_f_max / 1000000); in mmcsdcmd()