qemu-e2k/hw/sd
Philippe Mathieu-Daudé e35c343dd9 hw/sd: Add sdbus_write_data() to write multiples bytes on the data line
Add a sdbus_write_data() method to write multiple bytes on the
data line of a SD bus.
We might improve the tracing later, for now keep logging each
byte individually.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200814092346.21825-5-f4bug@amsat.org>
2020-08-21 16:35:35 +02:00
..
allwinner-sdhost.c hw/sd: Rename sdbus_read_data() as sdbus_read_byte() 2020-08-21 16:35:35 +02:00
aspeed_sdhci.c
bcm2835_sdhost.c hw/sd: Rename sdbus_read_data() as sdbus_read_byte() 2020-08-21 16:35:35 +02:00
core.c hw/sd: Add sdbus_write_data() to write multiples bytes on the data line 2020-08-21 16:35:35 +02:00
Kconfig
meson.build
milkymist-memcard.c hw/sd: Rename sdbus_read_data() as sdbus_read_byte() 2020-08-21 16:35:35 +02:00
omap_mmc.c hw/sd: Rename read/write_data() as read/write_byte() 2020-08-21 16:35:35 +02:00
pl181.c hw/sd: Rename sdbus_read_data() as sdbus_read_byte() 2020-08-21 16:35:35 +02:00
pxa2xx_mmci.c hw/sd: Rename sdbus_read_data() as sdbus_read_byte() 2020-08-21 16:35:35 +02:00
sd.c hw/sd: Rename read/write_data() as read/write_byte() 2020-08-21 16:35:35 +02:00
sdhci-internal.h
sdhci-pci.c
sdhci.c hw/sd: Rename sdbus_read_data() as sdbus_read_byte() 2020-08-21 16:35:35 +02:00
sdmmc-internal.c
sdmmc-internal.h
ssi-sd.c hw/sd: Rename sdbus_read_data() as sdbus_read_byte() 2020-08-21 16:35:35 +02:00
trace-events hw/sd/pl181: Replace disabled fprintf()s by trace events 2020-08-21 16:22:43 +02:00
trace.h