Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/include/
A Dsdhci.h443 #define RT_SDHCI_USE_64_BIT_DMA (1 << 12) /* Use 64-bit DMA */ macro
/components/drivers/sdio/sdhci/
A Dsdhci.c423 if (host->flags & RT_SDHCI_USE_64_BIT_DMA) in sdhci_set_adma_addr()
450 if (host->flags & RT_SDHCI_USE_64_BIT_DMA) in sdhci_config_dma()
2606 host->flags |= RT_SDHCI_USE_64_BIT_DMA; in rt_sdhci_setup_host()
2626 if ((host->flags & RT_SDHCI_USE_64_BIT_DMA) && !host->v4_mode) in rt_sdhci_setup_host()

Completed in 12 milliseconds