Searched refs:max_clk (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dsdhci.h175 unsigned int max_clk; /* Max possible freq (MHz) */ member in struct:sdhci_host
H A Dsdhci.c610 if ((host->max_clk / div) <= clock)
1253 host->max_clk =
1255 if (host->max_clk == 0) {
1261 host->max_clk *= 1000000;
1278 mmc->f_min = host->max_clk / 256;
1279 mmc->f_max = host->max_clk;

Completed in 25 milliseconds