Searched refs:sdhci_send_command (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | sdhci.c | 137 static int sdhci_send_command(struct udevice *dev, struct mmc_cmd *cmd, function 143 static int sdhci_send_command(struct mmc *mmc, struct mmc_cmd *cmd, 574 .send_cmd = sdhci_send_command, 582 .send_cmd = sdhci_send_command,
|
/openbmc/qemu/hw/sd/ |
H A D | trace-events | 26 sdhci_send_command(uint8_t cmd, uint32_t arg) "CMD%02u ARG[0x%08x]"
|
H A D | sdhci.c | 326 static void sdhci_send_command(SDHCIState *s) in sdhci_send_command() function 1229 sdhci_send_command(s); in sdhci_write()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci.c | 52 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd); 1606 if (!sdhci_send_command(host, data->stop)) { in __sdhci_finish_data() 1630 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_send_command() function 1742 while (!sdhci_send_command(host, cmd)) { in sdhci_send_command_retry() 1833 if (!sdhci_send_command(host, cmd->mrq->cmd)) { in sdhci_finish_command() 2231 if (!sdhci_send_command(host, cmd)) in sdhci_request_atomic()
|