Searched refs:MMC_WRITE_MULTIPLE_BLOCK (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/mmc/ |
| A D | mmc.h | 64 #define MMC_WRITE_MULTIPLE_BLOCK 25 /* adtc R1 */ macro 98 return opcode == MMC_WRITE_MULTIPLE_BLOCK || in mmc_op_multi()
|
| /linux/drivers/mmc/host/ |
| A D | usdhi6rol0.c | 950 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()
|
| A D | cavium-octeon.c | 132 if (cmd->opcode != MMC_WRITE_MULTIPLE_BLOCK) in octeon_mmc_dmar_fixup()
|
| A D | sh_mmcif.c | 899 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()
|
| A D | alcor.c | 791 && cmd->opcode != MMC_WRITE_MULTIPLE_BLOCK) in alcor_pre_req()
|
| A D | cavium.c | 771 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK) in cvm_mmc_request()
|
| A D | wbsd.c | 780 case MMC_WRITE_MULTIPLE_BLOCK: in wbsd_request()
|
| A D | sdhci-of-esdhc.c | 1226 if (command == MMC_WRITE_MULTIPLE_BLOCK && in esdhc_irq()
|
| A D | dw_mmc.c | 335 cmdr == MMC_WRITE_MULTIPLE_BLOCK || in dw_mci_prep_stop_abort()
|
| /linux/drivers/mmc/core/ |
| A D | block.c | 1726 writecmd = MMC_WRITE_MULTIPLE_BLOCK; in mmc_blk_rw_rq_prep() 2866 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, in mmc_route_rpmb_frames() 2872 set_idata(idata[1], MMC_WRITE_MULTIPLE_BLOCK, 1, resp, in mmc_route_rpmb_frames() 2879 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, 1, req, req_len); in mmc_route_rpmb_frames()
|
| A D | mmc_test.c | 218 MMC_WRITE_MULTIPLE_BLOCK : MMC_READ_MULTIPLE_BLOCK; in mmc_test_prepare_mrq()
|
Completed in 47 milliseconds