Searched refs:IS_WC (Results 1 – 1 of 1) sorted by relevance
62 #define IS_WC (1<<1) macro69 POOL_IS_WC = IS_WC,72 POOL_IS_WC_DMA32 = IS_WC | IS_DMA32,317 if (pool->type & IS_WC) { in ttm_set_pages_caching()364 type |= IS_WC; 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