Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsdhci.c47 SDHCI_RESPONSE + (3-i)*4) << 8; in sdhci_cmd_done()
50 SDHCI_RESPONSE + (3-i)*4-1); in sdhci_cmd_done()
53 cmd->response[0] = sdhci_readl(host, SDHCI_RESPONSE); in sdhci_cmd_done()
/external/u-boot/include/
Dsdhci.h51 #define SDHCI_RESPONSE 0x10 macro