Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsdhci.c968 static bool sdhci_can_issue_command(SDHCIState *s) in sdhci_can_issue_command() function
1225 if ((mask & 0xFF000000) || !sdhci_can_issue_command(s)) { in sdhci_write()