Searched defs:SDHCI_GET_CMD (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | sdhci.h | 49 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro |
/openbmc/linux/drivers/mmc/host/ | ||
H A D | sdhci.h | 59 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro |