Home
last modified time | relevance | path

Searched refs:MMC_WRITE_MULTIPLE_BLOCK (Results 1 – 8 of 8) 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 Dloongson2-mmc.c780 if (cmd->opcode != MMC_WRITE_BLOCK && cmd->opcode != MMC_WRITE_MULTIPLE_BLOCK) in ls2k2000_mmc_fix_data_timeout()
H A Dcavium.c771 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK) in cvm_mmc_request()
H A Dwbsd.c780 case MMC_WRITE_MULTIPLE_BLOCK: in wbsd_request()
H A Ddw_mmc.c335 cmdr == MMC_WRITE_MULTIPLE_BLOCK || in dw_mci_prep_stop_abort()
/linux/drivers/mmc/core/
H A Dblock.c1703 writecmd = MMC_WRITE_MULTIPLE_BLOCK; in mmc_blk_rw_rq_prep()
2889 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, in mmc_route_rpmb_frames()
2895 set_idata(idata[1], MMC_WRITE_MULTIPLE_BLOCK, 1, resp, in mmc_route_rpmb_frames()
2902 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, 1, req, req_len); in mmc_route_rpmb_frames()
H A Dmmc_test.c212 MMC_WRITE_MULTIPLE_BLOCK : MMC_READ_MULTIPLE_BLOCK; in mmc_test_prepare_mrq()