Home
last modified time | relevance | path

Searched refs:MMC_WRITE_MULTIPLE_BLOCK (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/mmc/
H A Dmmc.h64 #define MMC_WRITE_MULTIPLE_BLOCK 25 /* adtc R1 */ macro
98 return opcode == MMC_WRITE_MULTIPLE_BLOCK || in mmc_op_multi()
/linux/drivers/mmc/host/
H A Dusdhi6rol0.c950 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK || in usdhi6_cmd_flags()
1028 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK) && in usdhi6_rq_start()
1040 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK || in usdhi6_rq_start()
1253 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK) in usdhi6_resp_read()
1351 case MMC_WRITE_MULTIPLE_BLOCK: in usdhi6_stop_cmd()
1396 if (cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK || in usdhi6_end_cmd()
H A Dsh_mmcif.c899 if (opc == MMC_WRITE_BLOCK || opc == MMC_WRITE_MULTIPLE_BLOCK) in sh_mmcif_set_cmd()
902 if (opc == MMC_READ_MULTIPLE_BLOCK || opc == MMC_WRITE_MULTIPLE_BLOCK) { in sh_mmcif_set_cmd()
931 case MMC_WRITE_MULTIPLE_BLOCK: in sh_mmcif_data_trans()
995 case MMC_WRITE_MULTIPLE_BLOCK: in sh_mmcif_stop_cmd()
/linux/drivers/mmc/core/
H A Dmmc_test.c218 MMC_WRITE_MULTIPLE_BLOCK : MMC_READ_MULTIPLE_BLOCK; in mmc_test_prepare_mrq()