Searched refs:READ_MULTIPLE_BLOCK (Results 1 – 5 of 5) sorted by relevance
40 #define READ_MULTIPLE_BLOCK 18 /* adtc [31:0] data addr R1 */ macro
29 #define READ_MULTIPLE_BLOCK 18 /* CMD18 R1 */ macro
1251 …result = _send_cmd(msd->spi_device, READ_MULTIPLE_BLOCK, pos * msd->geometry.bytes_per_sector, 0x0… in rt_msd_read()1327 result = _send_cmd(msd->spi_device, READ_MULTIPLE_BLOCK, pos, 0x00, response_r1, response); in rt_msd_sdhc_read()
25 #define MMC_READ_MULTIPLE_BLOCK READ_MULTIPLE_BLOCK
204 r_cmd = READ_MULTIPLE_BLOCK; in rt_mmcsd_req_blk()
Completed in 13 milliseconds