Searched refs:IS_UC (Results 1 – 1 of 1) sorted by relevance
63 #define IS_UC (1<<2) macro70 POOL_IS_UC = IS_UC,73 POOL_IS_UC_DMA32 = IS_UC | IS_DMA32,311 if (pool->type & IS_UC) { in ttm_set_pages_caching()365 type |= IS_UC; in ttm_to_type()578 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED}; in ttm_dma_pool_init() enumerator