Searched refs:MMC_WRITE_MULTIPLE_BLOCK (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/mmc/ |
H 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/core/ |
H A D | block.c | 1744 writecmd = MMC_WRITE_MULTIPLE_BLOCK; in mmc_blk_rw_rq_prep() 2942 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, in mmc_route_rpmb_frames() 2948 set_idata(idata[1], MMC_WRITE_MULTIPLE_BLOCK, 1, resp, in mmc_route_rpmb_frames() 2955 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, 1, req, req_len); in mmc_route_rpmb_frames()
|
H A D | mmc_test.c | 218 MMC_WRITE_MULTIPLE_BLOCK : MMC_READ_MULTIPLE_BLOCK; in mmc_test_prepare_mrq()
|
/linux/drivers/mmc/host/ |
H A D | cavium.c | 771 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK) in cvm_mmc_request()
|
H A D | dw_mmc.c | 335 cmdr == MMC_WRITE_MULTIPLE_BLOCK || in dw_mci_prep_stop_abort()
|