Searched refs:sdhci_send_command (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | sdhci.c | 138 static int sdhci_send_command(struct udevice *dev, struct mmc_cmd *cmd, function 144 static int sdhci_send_command(struct mmc *mmc, struct mmc_cmd *cmd, 610 return sdhci_send_command(host->mmc->dev, &cmd, NULL); 612 return sdhci_send_command(host->mmc, &cmd, NULL); 706 .send_cmd = sdhci_send_command, 714 .send_cmd = sdhci_send_command,
|