Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsdhci.c479 ctrl |= SDHCI_CTRL_8BITBUS;
483 ctrl &= ~SDHCI_CTRL_8BITBUS;
/external/u-boot/include/
Dsdhci.h76 #define SDHCI_CTRL_8BITBUS BIT(5) macro