/linux-6.3-rc2/Documentation/devicetree/bindings/dma/xilinx/ |
A D | xilinx_dma.txt | 20 "xlnx,axi-vdma-1.00.a" 26 - xlnx,addrwidth: Should be the vdma addressing size in bits(ex: 32 bits). 61 For VDMA: It should be either "xlnx,axi-vdma-mm2s-channel" or 62 "xlnx,axi-vdma-s2mm-channel". 85 compatible = "xlnx,axi-vdma-1.00.a"; 96 compatible = "xlnx,axi-vdma-mm2s-channel"; 101 compatible = "xlnx,axi-vdma-s2mm-channel"; 124 compatible ="xlnx,axi-vdma-test-1.00.a";
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A 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()
|
A 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()
|
A 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()
|
A 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()
|
A 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-6.3-rc2/Documentation/devicetree/bindings/media/ |
A D | nvidia,tegra-vde.yaml | 40 - const: vdma 107 "tfe", "ppb", "vdma", "frameid";
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A 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-6.3-rc2/arch/x86/include/asm/ |
A D | floppy.h | 23 #define _CROSS_64KB(a, s, vdma) \ argument 24 (!(vdma) && \
|
/linux-6.3-rc2/drivers/media/platform/nvidia/tegra-vde/ |
A D | vde.h | 103 void __iomem *vdma; member 230 if (vde->vdma == base) in tegra_vde_reg_base_name()
|
A 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()
|
A 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-6.3-rc2/drivers/media/common/saa7146/ |
A 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()
|
/linux-6.3-rc2/include/media/drv-intf/ |
A D | saa7146_vv.h | 199 void saa7146_write_out_dma(struct saa7146_dev* dev, int which, struct saa7146_video_dma* vdma) ;
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | tegra114.dtsi | 279 "tfe", "ppb", "vdma", "frameid";
|
A D | tegra20.dtsi | 346 "tfe", "ppb", "vdma", "frameid";
|
A D | tegra30.dtsi | 525 "tfe", "ppb", "vdma", "frameid";
|