Home
last modified time | relevance | path

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

/linux/arch/sh/drivers/pci/
H A Dfixups-dreamcast.c63 BUG_ON(dma_declare_coherent_memory(&dev->dev, in gapspci_fixup_resources()
/linux/include/linux/
H A Ddma-map-ops.h177 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr,
186 static inline int dma_declare_coherent_memory(struct device *dev, in dma_declare_coherent_memory() function
/linux/arch/sh/boards/mach-se/7724/
H A Dsetup.c941 dma_declare_coherent_memory(&ms7724se_ceu_devices[0]->dev, in devices_setup()
947 dma_declare_coherent_memory(&ms7724se_ceu_devices[1]->dev, in devices_setup()
/linux/kernel/dma/
H A Dcoherent.c117 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, in dma_declare_coherent_memory() function
/linux/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c532 dma_declare_coherent_memory(&ap325rxa_ceu_device.dev, in ap325rxa_devices_setup()
/linux/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c604 dma_declare_coherent_memory(&kfr2r09_ceu_device.dev, in kfr2r09_devices_setup()
/linux/arch/sh/boards/mach-migor/
H A Dsetup.c605 dma_declare_coherent_memory(&migor_ceu_device.dev, in migor_devices_setup()
/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c1455 dma_declare_coherent_memory(&ecovec_ceu_devices[0]->dev, in arch_setup()
1461 dma_declare_coherent_memory(&ecovec_ceu_devices[1]->dev, in arch_setup()
/linux/drivers/remoteproc/
H A Dremoteproc_virtio.c410 ret = dma_declare_coherent_memory(dev, pa, in rproc_add_virtio_dev()