Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
H A Dmmc.h54 #define MMC_READ_MULTIPLE_BLOCK 18 /* adtc [31:0] data addr R1 */ macro
99 opcode == MMC_READ_MULTIPLE_BLOCK; in mmc_op_multi()
/linux/drivers/mmc/host/
H A Dusdhi6rol0.c949 if (cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_cmd_flags()
1027 } else if ((cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_rq_start()
1039 if (cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_rq_start()
1252 else if (cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_resp_read()
1350 case MMC_READ_MULTIPLE_BLOCK: in usdhi6_stop_cmd()
1389 if (cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_end_cmd()
H A Dwbsd.c777 case MMC_READ_MULTIPLE_BLOCK: in wbsd_request()