Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsdhci.c389 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) {
618 cfg->f_min = cfg->f_max / SDHCI_MAX_DIV_SPEC_200;
/external/u-boot/include/
Dsdhci.h209 #define SDHCI_MAX_DIV_SPEC_200 256 macro