hw/sd: Rename sdbus_read_data() as sdbus_read_byte()
commit8467f62201fd2383d553702f9f9441e2493ece75
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 14 Aug 2020 09:23:42 +0000 (14 11:23 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 21 Aug 2020 14:35:35 +0000 (21 16:35 +0200)
tree2441a18ce56eca759d8aba24ce196177e85372f6
parent39017143d6d7a068573da272528d7df71d0d31b4
hw/sd: Rename sdbus_read_data() as sdbus_read_byte()

The sdbus_read_data() method do a single byte access on the data
line of a SD bus. Rename it as sdbus_read_byte() and document it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200814092346.21825-4-f4bug@amsat.org>
hw/sd/allwinner-sdhost.c
hw/sd/bcm2835_sdhost.c
hw/sd/core.c
hw/sd/milkymist-memcard.c
hw/sd/pl181.c
hw/sd/pxa2xx_mmci.c
hw/sd/sdhci.c
hw/sd/ssi-sd.c
include/hw/sd/sd.h