Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/mm/
Ddma-coherent.c113 void *addr = phys_to_cached(uncached_to_phys(cpu_addr)); in dma_free_coherent()
/linux-4.4.14/arch/avr32/include/asm/
Dio.h26 #define uncached_to_phys(addr) ((unsigned long)PHYSADDR(addr)) macro