Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c62 #define IS_WC (1<<1) macro
69 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