Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dmmc.h62 #define MMC_WRITE_MULTIPLE_BLOCK 25 /* adtc R1 */ macro
89 return opcode == MMC_WRITE_MULTIPLE_BLOCK || in mmc_op_multi()
/linux-4.1.27/drivers/mmc/host/
Dusdhi6rol0.c942 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK || in usdhi6_cmd_flags()
1020 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK) && in usdhi6_rq_start()
1032 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK || in usdhi6_rq_start()
1203 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK) in usdhi6_resp_read()
1301 case MMC_WRITE_MULTIPLE_BLOCK: in usdhi6_stop_cmd()
1346 if (cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK || in usdhi6_end_cmd()
Dsh_mmcif.c823 if (opc == MMC_WRITE_BLOCK || opc == MMC_WRITE_MULTIPLE_BLOCK) in sh_mmcif_set_cmd()
826 if (opc == MMC_READ_MULTIPLE_BLOCK || opc == MMC_WRITE_MULTIPLE_BLOCK) { in sh_mmcif_set_cmd()
853 case MMC_WRITE_MULTIPLE_BLOCK: in sh_mmcif_data_trans()
925 case MMC_WRITE_MULTIPLE_BLOCK: in sh_mmcif_stop_cmd()
Ddw_mmc.c322 cmdr == MMC_WRITE_MULTIPLE_BLOCK || in dw_mci_prep_stop_abort()
/linux-4.1.27/drivers/mmc/card/
Dblock.c1429 writecmd = MMC_WRITE_MULTIPLE_BLOCK; in mmc_blk_rw_rq_prep()
1704 brq->cmd.opcode = MMC_WRITE_MULTIPLE_BLOCK; in mmc_blk_packed_hdr_wrq_prep()
Dmmc_test.c198 MMC_WRITE_MULTIPLE_BLOCK : MMC_READ_MULTIPLE_BLOCK; in mmc_test_prepare_mrq()