OSDN Git Service

hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 5 Jul 2020 17:42:05 +0000 (19:42 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 21 Aug 2020 14:22:43 +0000 (16:22 +0200)
commitb67cd8f55bff74ed004b86072dc0a4dc2ac07fc3
tree67b1c00a65a697be25a75dda0d9baadef30b8e37
parent4858e256bd475cdb68f61daa1083a562ecf9faec
hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()

pl181_send_command() do a bus transaction (send or receive),
rename it as pl181_do_command().

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200705204630.4133-3-f4bug@amsat.org>
hw/sd/pl181.c