Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/mm/
Ddma-default.c40 return !plat_device_is_coherent(dev) && in cpu_is_noncoherent_r10000()
116 if (!plat_device_is_coherent(dev)) { in mips_dma_alloc_coherent()
145 if (!plat_device_is_coherent(dev)) in mips_dma_free_coherent()
191 if (!plat_device_is_coherent(dev) && addr) in mips_dma_map_sg()
208 if (!plat_device_is_coherent(dev)) in mips_dma_map_page()
222 if (!plat_device_is_coherent(dev) && in mips_dma_unmap_sg()
247 if (!plat_device_is_coherent(dev)) { in mips_dma_sync_single_for_device()
275 if (!plat_device_is_coherent(dev)) in mips_dma_sync_sg_for_device()
297 if (!plat_device_is_coherent(dev)) in dma_cache_sync()
/linux-2.6.39/arch/mips/include/asm/mach-generic/
Ddma-coherence.h61 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
/linux-2.6.39/arch/mips/include/asm/mach-loongson/
Ddma-coherence.h67 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
/linux-2.6.39/arch/mips/include/asm/mach-jazz/
Ddma-coherence.h62 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
/linux-2.6.39/arch/mips/include/asm/mach-cavium-octeon/
Ddma-coherence.h54 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
/linux-2.6.39/arch/mips/include/asm/mach-ip27/
Ddma-coherence.h72 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
/linux-2.6.39/arch/mips/include/asm/mach-ip32/
Ddma-coherence.h94 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
/linux-2.6.39/arch/mips/include/asm/mach-powertv/
Ddma-coherence.h114 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
/linux-2.6.39/sound/core/
Dpcm_native.c3172 !plat_device_is_coherent(substream->dma_buffer.dev.dev)) in snd_pcm_default_mmap()