Searched refs:MMC_CMD_MASK (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/mmc/
H A Dcore.h32 #define MMC_CMD_MASK (3 << 5) /* non-SPI command type */ macro
79 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK)
/linux-4.1.27/drivers/mmc/host/
H A Dcb710-mmc.c361 switch (flags & MMC_CMD_MASK) { cb710_encode_cmd_flags()
H A Dsunxi-mmc.c811 if ((cmd->flags & MMC_CMD_MASK) == MMC_CMD_ADTC) { sunxi_mmc_request()
H A Dsh_mmcif.c958 if ((mrq->cmd->flags & MMC_CMD_MASK) != MMC_CMD_BCR) sh_mmcif_request()

Completed in 92 milliseconds