Searched refs:multi_blk_cnt (Results 1 – 1 of 1) sorted by relevance
162 uint32_t multi_blk_cnt; member867 sd->multi_blk_cnt = 0; in sd_reset()980 VMSTATE_UINT32(multi_blk_cnt, SDState),1739 sd->multi_blk_cnt = req.arg; in sd_cmd_SET_BLOCK_COUNT()1741 sd->multi_blk_cnt &= 0xffff; in sd_cmd_SET_BLOCK_COUNT()1743 trace_sdcard_set_block_count(sd->multi_blk_cnt); in sd_cmd_SET_BLOCK_COUNT()2066 if (sd->multi_blk_cnt != 0 && !(req.cmd == 18 || req.cmd == 25)) { in sd_normal_command()2067 sd->multi_blk_cnt = 0; in sd_normal_command()2409 if (sd->multi_blk_cnt != 0) { in sd_write_byte()2410 if (--sd->multi_blk_cnt == 0) { in sd_write_byte()[all …]