Searched refs:f_max (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mmc/
H A Dhost.h65 unsigned int f_max; member in struct:mmc_host
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dlonghaul.c357 int f_max, f_min; local
360 f_max = ((speeds[i] * mult) + 50) / 100;
361 f_max += (ROUNDING / 2);
362 f_min = f_max - ROUNDING;
363 if ((speed <= f_max) && (speed >= f_min))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/core/
H A Dcore.c312 if (hz > host->f_max)
313 hz = host->f_max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/host/
H A Dmmci.c513 mmc->f_max = min(host->mclk, fmax);
H A Dpxamci.c427 mmc->f_max = CLOCKRATE_MAX;
H A Dat91_mci.c809 mmc->f_max = 25000000;
H A Dau1xmmc.c897 mmc->f_max = 24000000;
H A Dimxmmc.c962 mmc->f_max = CLK_RATE/2;
H A Domap.c1076 mmc->f_max = 24000000;
H A Dsdhci.c1279 mmc->f_max = host->max_clk;
H A Dtifm_sd.c974 mmc->f_max = 24000000;
H A Dwbsd.c1234 mmc->f_max = 24000000;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c6236 int f_max; member in struct:_xmlExpNode::__anon2532::__anon2533
6246 #define exp_max field.count.f_max
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c6361 int f_max; member in struct:_xmlExpNode::__anon2786::__anon2787
6371 #define exp_max field.count.f_max
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c6236 int f_max; member in struct:_xmlExpNode::__anon2306::__anon2307
6246 #define exp_max field.count.f_max

Completed in 219 milliseconds