/Linux-v6.1/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 1 Xilinx AXI VDMA engine, it does transfers between memory and video devices. 20 "xlnx,axi-vdma-1.00.a" 25 - reg: Should contain VDMA registers location and length. 26 - xlnx,addrwidth: Should be the vdma addressing size in bits(ex: 32 bits). 33 For VDMA: 44 Required properties for VDMA: 52 Optional properties for VDMA: 61 For VDMA: It should be either "xlnx,axi-vdma-mm2s-channel" or 62 "xlnx,axi-vdma-s2mm-channel". 66 - interrupts: Should contain per channel VDMA interrupts. [all …]
|
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/common/ |
D | saa7146_hlp.c | 672 void saa7146_write_out_dma(struct saa7146_dev* dev, int which, struct saa7146_video_dma* vdma) in saa7146_write_out_dma() argument 683 saa7146_write(dev, where, vdma->base_odd); in saa7146_write_out_dma() 684 saa7146_write(dev, where+0x04, vdma->base_even); in saa7146_write_out_dma() 685 saa7146_write(dev, where+0x08, vdma->prot_addr); in saa7146_write_out_dma() 686 saa7146_write(dev, where+0x0c, vdma->pitch); in saa7146_write_out_dma() 687 saa7146_write(dev, where+0x10, vdma->base_page); in saa7146_write_out_dma() 688 saa7146_write(dev, where+0x14, vdma->num_line_byte); in saa7146_write_out_dma() 693 printk("vdma%d.base_even: 0x%08x\n", which,vdma->base_even); in saa7146_write_out_dma() 694 printk("vdma%d.base_odd: 0x%08x\n", which,vdma->base_odd); in saa7146_write_out_dma() 695 printk("vdma%d.prot_addr: 0x%08x\n", which,vdma->prot_addr); in saa7146_write_out_dma() [all …]
|
D | saa7146_fops.c | 151 printk("vdma%d.base_even: 0x%08x\n", 1,saa7146_read(dev,BASE_EVEN1)); in saa7146_buffer_next() 152 printk("vdma%d.base_odd: 0x%08x\n", 1,saa7146_read(dev,BASE_ODD1)); in saa7146_buffer_next() 153 printk("vdma%d.prot_addr: 0x%08x\n", 1,saa7146_read(dev,PROT_ADDR1)); in saa7146_buffer_next() 154 printk("vdma%d.base_page: 0x%08x\n", 1,saa7146_read(dev,BASE_PAGE1)); in saa7146_buffer_next() 155 printk("vdma%d.pitch: 0x%08x\n", 1,saa7146_read(dev,PITCH1)); in saa7146_buffer_next() 156 printk("vdma%d.num_line_byte: 0x%08x\n", 1,saa7146_read(dev,NUM_LINE_BYTE1)); in saa7146_buffer_next()
|
D | saa7146_vv.h | 199 void saa7146_write_out_dma(struct saa7146_dev* dev, int which, struct saa7146_video_dma* vdma) ;
|
/Linux-v6.1/arch/mips/jazz/ |
D | jazzdma.c | 28 * Set this to one to enable additional vdma debug code. 87 printk(KERN_INFO "VDMA: R4030 DMA pagetables initialized.\n"); in vdma_init() 302 printk("VDMA: Channel %d: Address error!\n", channel); in vdma_enable() 304 printk("VDMA: Channel %d: Memory error!\n", channel); in vdma_enable() 336 printk("VDMA: channel %d status: %04x (%s) mode: " in vdma_disable() 398 printk("VDMA: Audio DMA not supported yet.\n"); in vdma_set_mode() 403 ("VDMA: vdma_set_mode() called with unsupported channel %d!\n", in vdma_set_mode() 424 ("VDMA: vdma_set_mode() called with unknown dma mode 0x%x\n", in vdma_set_mode()
|
/Linux-v6.1/drivers/media/platform/nvidia/tegra-vde/ |
D | vde.h | 103 void __iomem *vdma; member 230 if (vde->vdma == base) in tegra_vde_reg_base_name() 231 return "VDMA"; in tegra_vde_reg_base_name()
|
D | vde.c | 266 vde->vdma = devm_platform_ioremap_resource_byname(pdev, "vdma"); in tegra_vde_probe() 267 if (IS_ERR(vde->vdma)) in tegra_vde_probe() 268 return PTR_ERR(vde->vdma); in tegra_vde_probe()
|
D | h264.c | 290 tegra_vde_set_bits(vde, 0x0005, vde->vdma, 0x04); in tegra_vde_setup_hw_context() 292 tegra_vde_writel(vde, 0x00000000, vde->vdma, 0x1C); in tegra_vde_setup_hw_context() 293 tegra_vde_writel(vde, 0x00000000, vde->vdma, 0x00); in tegra_vde_setup_hw_context() 294 tegra_vde_writel(vde, 0x00000007, vde->vdma, 0x04); in tegra_vde_setup_hw_context()
|
/Linux-v6.1/arch/sparc/kernel/ |
D | pci_sun4v.c | 871 const u32 *vdma; in pci_sun4v_iommu_init() local 873 vdma = of_get_property(pbm->op->dev.of_node, "virtual-dma", NULL); in pci_sun4v_iommu_init() 874 if (!vdma) in pci_sun4v_iommu_init() 875 vdma = vdma_default; in pci_sun4v_iommu_init() 877 if ((vdma[0] | vdma[1]) & ~IO_PAGE_MASK) { in pci_sun4v_iommu_init() 879 vdma[0], vdma[1]); in pci_sun4v_iommu_init() 883 dma_mask = (roundup_pow_of_two(vdma[1]) - 1UL); in pci_sun4v_iommu_init() 884 num_tsb_entries = vdma[1] / IO_PAGE_SIZE; in pci_sun4v_iommu_init() 886 dma_offset = vdma[0]; in pci_sun4v_iommu_init()
|
D | pci_sabre.c | 466 const u32 *vdma; in sabre_probe() local 536 vdma = of_get_property(dp, "virtual-dma", NULL); in sabre_probe() 537 if (!vdma) { in sabre_probe() 542 dma_mask = vdma[0]; in sabre_probe() 543 switch(vdma[1]) { in sabre_probe() 562 err = psycho_iommu_init(pbm, tsbsize, vdma[0], dma_mask, SABRE_WRSYNC); in sabre_probe()
|
D | pci_fire.c | 33 u32 vdma[2], dma_mask; in pci_fire_pbm_iommu_init() local 38 vdma[0] = 0xc0000000; /* base */ in pci_fire_pbm_iommu_init() 39 vdma[1] = 0x40000000; /* size */ in pci_fire_pbm_iommu_init() 59 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask, in pci_fire_pbm_iommu_init()
|
D | pci_common.c | 334 const u32 *vdma = of_get_property(pbm->op->dev.of_node, "virtual-dma", in pci_register_iommu_region() local 337 if (vdma) { in pci_register_iommu_region() 346 rp->start = pbm->mem_space.start + (unsigned long) vdma[0]; in pci_register_iommu_region() 347 rp->end = rp->start + (unsigned long) vdma[1] - 1UL; in pci_register_iommu_region()
|
D | pci_schizo.c | 1139 const u32 *vdma; in schizo_pbm_iommu_init() local 1143 vdma = of_get_property(pbm->op->dev.of_node, "virtual-dma", NULL); in schizo_pbm_iommu_init() 1144 if (!vdma) in schizo_pbm_iommu_init() 1145 vdma = vdma_default; in schizo_pbm_iommu_init() 1147 dma_mask = vdma[0]; in schizo_pbm_iommu_init() 1148 switch (vdma[1]) { in schizo_pbm_iommu_init() 1198 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask, in schizo_pbm_iommu_init()
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | nvidia,tegra-vde.yaml | 40 - const: vdma 107 "tfe", "ppb", "vdma", "frameid";
|
/Linux-v6.1/drivers/dma/xilinx/ |
D | xilinx_dma.c | 10 * The AXI Video Direct Memory Access (AXI VDMA) core is a soft Xilinx IP 159 /* Axi VDMA Flush on Fsync bits */ 458 * @XDMA_TYPE_VDMA: Axi vdma ip. 567 * @chan: Driver specific VDMA channel 572 * Since vdma driver is trying to write to a register offset which is not a 1092 * for meeting Xilinx VDMA specification requirement. in xilinx_dma_alloc_chan_resources() 1256 * VDMA and simple mode do not support residue reporting, so the in xilinx_dma_tx_status() 1327 * xilinx_vdma_start_transfer - Starts VDMA transfer 1741 /* Reset VDMA */ in xilinx_dma_chan_reset() 2484 * xilinx_vdma_channel_set_config - Configure VDMA channel [all …]
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | floppy.h | 22 #define _CROSS_64KB(a,s,vdma) \ argument 23 (!(vdma) && ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64))
|
/Linux-v6.1/include/linux/dma/ |
D | xilinx_dma.h | 15 * struct xilinx_vdma_config - VDMA Configuration structure
|
/Linux-v6.1/arch/x86/include/asm/ |
D | floppy.h | 23 #define _CROSS_64KB(a, s, vdma) \ argument 24 (!(vdma) && \
|
/Linux-v6.1/arch/mips/include/asm/ |
D | floppy.h | 45 * On MIPSes using vdma, this actually means that *all* transfers go thru
|
D | jazzdma.h | 41 * VDMA pagetable entry description
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | floppy.h | 41 /* vdma globals adapted from asm-i386/floppy.h */
|
/Linux-v6.1/drivers/ata/ |
D | pata_ninja32.c | 21 * Base + 0x04 VDMA and reset control + wait bits
|
/Linux-v6.1/drivers/dma/ |
D | Kconfig | 720 Enable support for Xilinx AXI VDMA Soft IP. 722 AXI VDMA engine provides high-bandwidth direct memory access
|
/Linux-v6.1/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 728 dev_err(dma->xdev->dev, "no VDMA channel found\n"); in xvip_dma_init()
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | tegra114.dtsi | 279 "tfe", "ppb", "vdma", "frameid";
|