Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/include/
A Dsdhci_host.h53 #define MMC_RSP_136 (1 << 17) /* 136 bit response */ macro
61 #define MMC_RSP_R2 (MMC_RSP_PRESENT | MMC_RSP_136 | MMC_RSP_CRC)
/components/drivers/sdio/sdhci/
A Dsdhci.c1333 if ((cmd->flags & MMC_RSP_136) && (cmd->flags & MMC_RSP_BUSY)) in sdhci_send_command()
1340 else if (cmd->flags & MMC_RSP_136) in sdhci_send_command()
1569 if (cmd->flags & MMC_RSP_136) in sdhci_command_end()

Completed in 12 milliseconds