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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dpxamci.c59 unsigned int clkrt; member in struct:pxamci_host
179 timeout = (unsigned int)clks + (data->timeout_clks << host->clkrt);
262 writel(host->clkrt, host->base + MMC_CLKRT);
444 if (host->clkrt == CLKRT_OFF)
449 host->clkrt = 7;
462 host->clkrt = fls(clk) - 1;
466 * we write clkrt on the next command
470 if (host->clkrt != CLKRT_OFF) {
471 host->clkrt = CLKRT_OFF;
490 pr_debug("PXAMCI: clkrt
[all...]

Completed in 43 milliseconds