Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/mmc/
H A Dmmc_da.c1231 int host_f_max; in sdda_start_init() local
1312 host_f_max = cts->host_f_max; in sdda_start_init()
1392 f_max = min(host_f_max, softc->card_f_max); in sdda_start_init()
1393 …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-14.2/sys/dev/mmcnull/
H A Dmmcnull.c395 mcts->host_f_max = 12000000; in mmcnull_action_sd()
/freebsd-14.2/sys/cam/
H A Dcam_ccb.h1068 int host_f_max; member
/freebsd-14.2/sys/dev/mmc/host/
H A Ddwmmc.c1438 cts->host_f_max = sc->host.f_max; in dwmmc_get_tran_settings()
/freebsd-14.2/sys/arm/allwinner/
H A Daw_mmc.c213 cts->host_f_max = sc->aw_host.f_max; in aw_mmc_get_tran_settings()
/freebsd-14.2/sys/dev/sdhci/
H A Dsdhci.c2675 cts->proto_specific.mmc.host_f_max = slot->host.f_max;
/freebsd-14.2/sys/dev/rtsx/
H A Drtsx.c2959 cts->host_f_max = sc->rtsx_host.f_max;
/freebsd-14.2/sbin/camcontrol/
H A Dcamcontrol.c8101 printf("Max frequency: %u MHz\n", cts->host_f_max / 1000000); in mmcsdcmd()