Searched refs:WRITE_MULTIPLE_BLOCK (Results 1 – 5 of 5) sorted by relevance
49 #define WRITE_MULTIPLE_BLOCK 25 /* adtc R1 */ macro
31 #define WRITE_MULTIPLE_BLOCK 25 /* CMD25 R1 */ macro
1428 …result = _send_cmd(msd->spi_device, WRITE_MULTIPLE_BLOCK, pos * msd->geometry.bytes_per_sector, 0x… in rt_msd_write()1543 result = _send_cmd(msd->spi_device, WRITE_MULTIPLE_BLOCK, pos, 0x00, response_r1, response); in rt_msd_sdhc_write()
24 #define MMC_WRITE_MULTIPLE_BLOCK WRITE_MULTIPLE_BLOCK
205 w_cmd = WRITE_MULTIPLE_BLOCK; in rt_mmcsd_req_blk()
Completed in 29 milliseconds