Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsdhci.h49 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h59 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro