Searched refs:IS_DMA32 (Results 1 – 1 of 1) sorted by relevance
65 #define IS_DMA32 (1<<4) macro72 POOL_IS_WC_DMA32 = IS_WC | IS_DMA32,73 POOL_IS_UC_DMA32 = IS_UC | IS_DMA32,74 POOL_IS_CACHED_DMA32 = IS_CACHED | IS_DMA32,358 type |= IS_DMA32; in ttm_to_type()567 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED}; in ttm_dma_pool_init() enumerator