Home
last modified time | relevance | path

Searched refs:MMC_CMD_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/mmc/
Dcore.h43 #define MMC_CMD_MASK (3 << 5) /* non-SPI command type */ macro
93 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK)
/Linux-v4.19/drivers/mmc/host/
Dcb710-mmc.c361 switch (flags & MMC_CMD_MASK) { in cb710_encode_cmd_flags()
Dsunxi-mmc.c1036 if ((cmd->flags & MMC_CMD_MASK) == MMC_CMD_ADTC) { in sunxi_mmc_request()