Home
last modified time | relevance | path

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

/include/linux/
A Ddma-mapping.h73 #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) macro
574 return DMA_BIT_MASK(32); in dma_get_mask()

Completed in 5 milliseconds