Searched refs:timeout_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.h176 unsigned int timeout_clk; /* Timeout freq (KHz) */ member in struct:sdhci_host
H A Dsdhci.c376 * (2) host->timeout_clk < 2^16
381 current_timeout = (1 << 13) * 1000 / host->timeout_clk;
1263 host->timeout_clk =
1265 if (host->timeout_clk == 0) {
1272 host->timeout_clk *= 1000;

Completed in 49 milliseconds