hw/sd: Rename sdbus_write_data() as sdbus_write_byte()
commit39017143d6d7a068573da272528d7df71d0d31b4
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 14 Aug 2020 09:23:41 +0000 (14 11:23 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 21 Aug 2020 14:35:35 +0000 (21 16:35 +0200)
tree4f81026994f8c93587ece9ab05a83533ca755f77
parentc769a88d4475f648595c6a270d9d0b0f3f7f3740
hw/sd: Rename sdbus_write_data() as sdbus_write_byte()

The sdbus_write_data() method do a single byte access on the data
line of a SD bus. Rename it as sdbus_write_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-3-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
include/hw/sd/sd.h