Searched refs:of_dma_is_coherent (Results 1 – 5 of 5) sorted by relevance
58 extern bool of_dma_is_coherent(struct device_node *np);98 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function
141 coherent = of_dma_is_coherent(np); in of_dma_configure()
1007 bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() function1021 EXPORT_SYMBOL_GPL(of_dma_is_coherent);
134 ccp_platform->coherent = of_dma_is_coherent(ccp->dev->of_node); in ccp_of_support()
247 pdata->coherent = of_dma_is_coherent(dev->of_node); in xgbe_of_support()