]> git.proxmox.com Git - mirror_qemu.git/commit
sdcard: Use the ldst API
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 29 Jun 2018 14:11:20 +0000 (15:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jun 2018 14:11:20 +0000 (15:11 +0100)
commitb3141c0625a18d35c45c175a20826271b3241d92
tree6699e0bceca9636f4105786d749e1ee329a385f4
parent13606b99515e8c5f81eab7fd88a70fb2ad506cd8
sdcard: Use the ldst API

The load/store API will ease further code movement.

Per the Physical Layer Simplified Spec. "3.6 Bus Protocol":

  "In the CMD line the Most Significant Bit (MSB) is transmitted
   first, the Least Significant Bit (LSB) is the last."

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/sd/bcm2835_sdhost.c
hw/sd/milkymist-memcard.c
hw/sd/omap_mmc.c
hw/sd/pl181.c
hw/sd/sdhci.c
hw/sd/ssi-sd.c