Home
last modified time | relevance | path

Searched refs:clk_mul (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mmc/
Dsdhci.c361 if (host->clk_mul) {
588 host->clk_mul = (caps_1 & SDHCI_CLOCK_MUL_MASK) >>
600 if (host->clk_mul)
601 host->max_clk *= host->clk_mul;
/external/u-boot/include/
Dsdhci.h262 unsigned int clk_mul; /* Clock Multiplier value */ member