Home
last modified time | relevance | path

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

/u-boot/include/
A Dsdhci.h228 #define SDHCI_MAX_DIV_SPEC_200 256 macro
/u-boot/drivers/mmc/
A Dsdhci.c425 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) {
885 cfg->f_min = cfg->f_max / SDHCI_MAX_DIV_SPEC_200;

Completed in 5 milliseconds