Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c113 .alloc_cacheable_memory = true,
199 .alloc_cacheable_memory = true,
288 .alloc_cacheable_memory = false,
377 .alloc_cacheable_memory = true,
466 .alloc_cacheable_memory = false,
556 .alloc_cacheable_memory = false,
644 .alloc_cacheable_memory = false,
729 .alloc_cacheable_memory = true,
818 .alloc_cacheable_memory = false,
907 .alloc_cacheable_memory = false,
H A Dhw.h208 bool alloc_cacheable_memory; member
H A Ddp.c245 if (ab->hw_params.alloc_cacheable_memory) { in ath11k_dp_srng_setup()