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

/linux-master/drivers/mmc/host/
H A Dpxamci.c56 unsigned int clkrt; member in struct:pxamci_host
176 timeout = (unsigned int)clks + (data->timeout_clks << host->clkrt);
259 writel(host->clkrt, host->base + MMC_CLKRT);
448 if (host->clkrt == CLKRT_OFF)
453 host->clkrt = 7;
466 host->clkrt = fls(clk) - 1;
470 * we write clkrt on the next command
474 if (host->clkrt != CLKRT_OFF) {
475 host->clkrt = CLKRT_OFF;
506 dev_dbg(mmc_dev(mmc), "PXAMCI: clkrt
[all...]

Completed in 106 milliseconds