Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddma-direct.h11 static inline dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
42 return __sme_set(__phys_to_dma(dev, paddr)); in phys_to_dma()