/linux/Documentation/devicetree/bindings/dma/xilinx/ |
H 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). 67 For VDMA: It should be either "xlnx,axi-vdma-mm2s-channel" or 68 "xlnx,axi-vdma-s2mm-channel". 91 compatible = "xlnx,axi-vdma-1.00.a"; 102 compatible = "xlnx,axi-vdma-mm2s-channel"; 107 compatible = "xlnx,axi-vdma-s2mm-channel"; 130 compatible ="xlnx,axi-vdma-test-1.00.a";
|
/linux/arch/sparc/kernel/ |
H A D | pci_sabre.c | 468 const u32 *vdma; in sabre_probe() local 537 vdma = of_get_property(dp, "virtual-dma", NULL); in sabre_probe() 538 if (!vdma) { in sabre_probe() 543 dma_mask = vdma[0]; in sabre_probe() 544 switch(vdma[1]) { in sabre_probe() 563 err = psycho_iommu_init(pbm, tsbsize, vdma[0], dma_mask, SABRE_WRSYNC); in sabre_probe()
|
H A D | pci_fire.c | 34 u32 vdma[2], dma_mask; in pci_fire_pbm_iommu_init() local 39 vdma[0] = 0xc0000000; /* base */ in pci_fire_pbm_iommu_init() 40 vdma[1] = 0x40000000; /* size */ in pci_fire_pbm_iommu_init() 60 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask, in pci_fire_pbm_iommu_init()
|
H A D | pci_schizo.c | 1142 const u32 *vdma; in schizo_pbm_iommu_init() local 1146 vdma = of_get_property(pbm->op->dev.of_node, "virtual-dma", NULL); in schizo_pbm_iommu_init() 1147 if (!vdma) in schizo_pbm_iommu_init() 1148 vdma = vdma_default; in schizo_pbm_iommu_init() 1150 dma_mask = vdma[0]; in schizo_pbm_iommu_init() 1151 switch (vdma[1]) { in schizo_pbm_iommu_init() 1201 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask, in schizo_pbm_iommu_init()
|
/linux/drivers/media/common/saa7146/ |
H A D | saa7146_hlp.c | 377 void saa7146_write_out_dma(struct saa7146_dev* dev, int which, struct saa7146_video_dma* vdma) in saa7146_write_out_dma() argument 388 saa7146_write(dev, where, vdma->base_odd); in saa7146_write_out_dma() 389 saa7146_write(dev, where+0x04, vdma->base_even); in saa7146_write_out_dma() 390 saa7146_write(dev, where+0x08, vdma->prot_addr); in saa7146_write_out_dma() 391 saa7146_write(dev, where+0x0c, vdma->pitch); in saa7146_write_out_dma() 392 saa7146_write(dev, where+0x10, vdma->base_page); in saa7146_write_out_dma() 393 saa7146_write(dev, where+0x14, vdma->num_line_byte); in saa7146_write_out_dma()
|
/linux/arch/parisc/include/asm/ |
H 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/arch/x86/include/asm/ |
H A D | floppy.h | 23 #define _CROSS_64KB(a, s, vdma) \ argument 24 (!(vdma) && \
|
/linux/drivers/media/platform/nvidia/tegra-vde/ |
H A D | vde.h | 102 void __iomem *vdma; member 229 if (vde->vdma == base) in tegra_vde_reg_base_name()
|
H A D | h264.c | 285 tegra_vde_set_bits(vde, 0x0005, vde->vdma, 0x04); in tegra_vde_setup_hw_context() 287 tegra_vde_writel(vde, 0x00000000, vde->vdma, 0x1C); in tegra_vde_setup_hw_context() 288 tegra_vde_writel(vde, 0x00000000, vde->vdma, 0x00); in tegra_vde_setup_hw_context() 289 tegra_vde_writel(vde, 0x00000007, vde->vdma, 0x04); in tegra_vde_setup_hw_context()
|
/linux/include/media/drv-intf/ |
H A D | saa7146_vv.h | 154 void saa7146_write_out_dma(struct saa7146_dev* dev, int which, struct saa7146_video_dma* vdma) ;
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra114.dtsi | 279 "tfe", "ppb", "vdma", "frameid";
|
H A D | tegra20.dtsi | 346 "tfe", "ppb", "vdma", "frameid";
|
H A D | tegra30.dtsi | 525 "tfe", "ppb", "vdma", "frameid";
|