Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mmc/
Dcore.h40 #define MMC_CMD_MASK (3 << 5) /* non-SPI command type */ macro
90 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK)
/Linux-v5.4/drivers/mmc/host/
Dcb710-mmc.c358 switch (flags & MMC_CMD_MASK) { in cb710_encode_cmd_flags()
Dsunxi-mmc.c1041 if ((cmd->flags & MMC_CMD_MASK) == MMC_CMD_ADTC) { in sunxi_mmc_request()