Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c523 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL_2);
526 sdhci_writew(host, ctrl_2, SDHCI_HOST_CONTROL_2);
/openbmc/u-boot/include/
H A Dsdhci.h147 #define SDHCI_HOST_CONTROL_2 0x3E macro