Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/include/
A Dsdhci_host.h298 #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL << (n)) - 1)) macro
/components/drivers/sdio/sdhci/
A Dsdhci.c2631 host->dma_mask = DMA_BIT_MASK(64); in rt_sdhci_setup_host()

Completed in 9 milliseconds