Home
last modified time | relevance | path

Searched defs:SDHCI_GET_CMD (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h50 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h60 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro