Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsdhci.c576 sdhci_readl(host, SDHCI_HOST_VERSION - 2) >> 16;
578 host->version = sdhci_readw(host, SDHCI_HOST_VERSION);
/external/u-boot/include/
Dsdhci.h194 #define SDHCI_HOST_VERSION 0xFE macro