Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Ddma-mapping.h60 DMA_BIT_MASK(unsigned nbits) in DMA_BIT_MASK() function
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A DdrmP.h698 #define DMA_BIT_MASK(n) ((dma_addr_t)(((n) == 64) ? ~0ULL : (1ULL<<(n)) - 1)) macro