diff options
author | Bin Meng <bin.meng@windriver.com> | 2021-01-28 14:30:32 +0800 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-02-20 00:17:09 +0100 |
commit | d56f3efa28043d17ca0c71752dbde81b25a042cb (patch) | |
tree | 161822e93e0aeab74d2d0d311b5705dd31bee7d4 /tests | |
parent | 5020e3cb769e90737bba2d54222a3a449eae7bc0 (diff) |
hw/sd: ssi-sd: Support multiple block write
For a multiple block write operation, each block begins with a multi
write start token. Unlike the SD mode that the multiple block write
ends when receiving a STOP_TRAN command (CMD12), a special stop tran
token is used to signal the card.
Emulating this by manually sending a CMD12 to the SD card core, to
bring it out of the receiving data state.
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20210128063035.15674-7-bmeng.cn@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions