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

/freebsd-9.3-release/sys/dev/mmc/
H A Dbridge.h126 int f_min; member in struct:mmc_host
H A Dmmcbrvar.h90 MMCBR_ACCESSOR(f_min, F_MIN, int)
H A Dmmc.c1575 int nkid, i, f_min, f_max; local
1579 f_min = mmcbr_get_f_min(sc->dev);
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_mci.c239 sc->host.f_min = at91_master_clock / 512;
240 sc->host.f_min = 375000;
715 *(int *)result = sc->host.f_min;
/freebsd-9.3-release/sys/dev/sdhci/
H A Dsdhci.c743 slot->host.f_min = slot->max_clk / 256;
1483 *result = slot->host.f_min;

Completed in 63 milliseconds