| /linux/drivers/acpi/arm64/ |
| H A D | dma.c | 21 dev->dma_mask = &dev->coherent_dma_mask; in acpi_arch_dma_setup() 24 if (dev->coherent_dma_mask) in acpi_arch_dma_setup() 25 end = dev->coherent_dma_mask; in acpi_arch_dma_setup() 49 dev->coherent_dma_mask = min(dev->coherent_dma_mask, mask); in acpi_arch_dma_setup()
|
| /linux/arch/arm/plat-orion/ |
| H A D | common.c | 303 .coherent_dma_mask = DMA_BIT_MASK(32), 356 .coherent_dma_mask = DMA_BIT_MASK(32), 406 .coherent_dma_mask = DMA_BIT_MASK(32), 454 .coherent_dma_mask = DMA_BIT_MASK(32), 594 .coherent_dma_mask = DMA_BIT_MASK(32), 655 .coherent_dma_mask = DMA_BIT_MASK(32), 701 .coherent_dma_mask = DMA_BIT_MASK(32), 727 .coherent_dma_mask = DMA_BIT_MASK(32), 751 .coherent_dma_mask = DMA_BIT_MASK(32), 780 .coherent_dma_mask = DMA_BIT_MASK(32),
|
| /linux/arch/loongarch/kernel/ |
| H A D | dma.c | 21 dev->coherent_dma_mask = min(dev->coherent_dma_mask, mask); in acpi_arch_dma_setup()
|
| /linux/drivers/of/ |
| H A D | device.c | 126 dev->dma_mask = &dev->coherent_dma_mask; in of_dma_configure_id() 129 if (!end && dev->coherent_dma_mask) in of_dma_configure_id() 130 end = dev->coherent_dma_mask; in of_dma_configure_id() 139 dev->coherent_dma_mask &= mask; in of_dma_configure_id()
|
| /linux/arch/m68k/coldfire/ |
| H A D | device.c | 143 .dma_mask = &mcf_fec0.dev.coherent_dma_mask, 144 .coherent_dma_mask = DMA_BIT_MASK(32), 180 .dma_mask = &mcf_fec1.dev.coherent_dma_mask, 181 .coherent_dma_mask = DMA_BIT_MASK(32), 551 .coherent_dma_mask = DMA_BIT_MASK(32),
|
| /linux/drivers/zorro/ |
| H A D | zorro.c | 187 z->dev.coherent_dma_mask = DMA_BIT_MASK(32); in amiga_zorro_probe() 192 z->dev.coherent_dma_mask = DMA_BIT_MASK(24); in amiga_zorro_probe() 195 z->dev.dma_mask = &z->dev.coherent_dma_mask; in amiga_zorro_probe()
|
| /linux/arch/mips/jazz/ |
| H A D | setup.c | 137 .coherent_dma_mask = DMA_BIT_MASK(32), 162 .coherent_dma_mask = DMA_BIT_MASK(32),
|
| /linux/arch/mips/bcm63xx/ |
| H A D | dev-enet.c | 105 .coherent_dma_mask = DMA_BIT_MASK(32), 139 .coherent_dma_mask = DMA_BIT_MASK(32), 167 .coherent_dma_mask = DMA_BIT_MASK(32),
|
| H A D | dev-usb-usbd.c | 32 .coherent_dma_mask = DMA_BIT_MASK(32),
|
| /linux/arch/arm/mach-rpc/ |
| H A D | riscpc.c | 111 .coherent_dma_mask = 0xffffffff, 180 .coherent_dma_mask = ~0, /* grumble */
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | dma-isa.c | 57 .coherent_dma_mask = ~(dma_addr_t)0, 58 .dma_mask = &isa_dma_dev.coherent_dma_mask,
|
| /linux/arch/sh/boards/mach-x3proto/ |
| H A D | setup.c | 88 .coherent_dma_mask = 0xffffffff, 119 .coherent_dma_mask = 0xffffffff,
|
| /linux/lib/kunit/ |
| H A D | device.c | 136 kunit_dev->dev.dma_mask = &kunit_dev->dev.coherent_dma_mask; in kunit_device_register_internal() 137 kunit_dev->dev.coherent_dma_mask = DMA_BIT_MASK(32); in kunit_device_register_internal()
|
| /linux/drivers/nvmem/ |
| H A D | layouts.c | 113 dev->coherent_dma_mask = DMA_BIT_MASK(32); in nvmem_layout_create_device() 114 dev->dma_mask = &dev->coherent_dma_mask; in nvmem_layout_create_device()
|
| /linux/drivers/media/platform/ti/davinci/ |
| H A D | vpif.c | 496 pdev_capture->dev.coherent_dma_mask = pdev->dev.coherent_dma_mask; in vpif_probe() 515 pdev_display->dev.coherent_dma_mask = pdev->dev.coherent_dma_mask; in vpif_probe()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | devices.c | 55 .coherent_dma_mask = DMA_BIT_MASK(32),
|
| H A D | fb.c | 90 .coherent_dma_mask = DMA_BIT_MASK(32),
|
| /linux/arch/mips/alchemy/common/ |
| H A D | platform.c | 214 (*d)->dev.coherent_dma_mask = DMA_BIT_MASK(32); in _new_usbres() 347 .coherent_dma_mask = DMA_BIT_MASK(32), 383 .coherent_dma_mask = DMA_BIT_MASK(32),
|
| /linux/arch/arm/mach-omap1/ |
| H A D | fb.c | 51 .coherent_dma_mask = DMA_BIT_MASK(32),
|
| /linux/arch/sh/boards/mach-highlander/ |
| H A D | setup.c | 56 .coherent_dma_mask = 0xffffffff, 88 .coherent_dma_mask = 0xffffffff,
|
| /linux/arch/sh/kernel/cpu/sh3/ |
| H A D | setup-sh7720.c | 116 .coherent_dma_mask = 0xffffffff, 143 .coherent_dma_mask = 0xffffffff,
|
| /linux/arch/x86/mm/ |
| H A D | mem_encrypt.c | 36 u64 dma_dev_mask = min_not_zero(dev->coherent_dma_mask, in force_dma_unencrypted()
|
| /linux/arch/sh/boards/mach-se/7206/ |
| H A D | setup.c | 42 .coherent_dma_mask = 0xffffffff,
|
| /linux/arch/sh/boards/mach-sdk7780/ |
| H A D | setup.c | 54 .coherent_dma_mask = 0xffffffff,
|
| /linux/drivers/mfd/ |
| H A D | motorola-cpcap.c | 330 spi->dev.coherent_dma_mask = 0; in cpcap_probe() 331 spi->dev.dma_mask = &spi->dev.coherent_dma_mask; in cpcap_probe()
|