Home
last modified time | relevance | path

Searched refs:do_command (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Darm_pl180_mmci.c76 static int do_command(struct mmc *dev, struct mmc_cmd *cmd) in do_command() function
249 error = do_command(dev, cmd); in do_data_transfer()
256 error = do_command(dev, cmd); in do_data_transfer()
277 result = do_command(dev, cmd); in host_request()
/openbmc/qemu/hw/sd/
H A Dcore.c102 return sc->do_command(card, req, resp, respsz); in sdbus_do_command()