Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsdhci.c491 ctrl |= SDHCI_CTRL_HISPD;
493 ctrl &= ~SDHCI_CTRL_HISPD;
497 ctrl &= ~SDHCI_CTRL_HISPD;
/external/u-boot/include/
Dsdhci.h70 #define SDHCI_CTRL_HISPD BIT(2) macro