Home
last modified time | relevance | path

Searched refs:vdma1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/common/saa7146/
Dsaa7146_hlp.c575 struct saa7146_video_dma vdma1; in saa7146_set_position() local
578 vdma1.pitch = 2*b_bpl; in saa7146_set_position()
580 vdma1.base_even = base + (w_y * (vdma1.pitch/2)) + (w_x * (b_depth / 8)); in saa7146_set_position()
581 vdma1.base_odd = vdma1.base_even + (vdma1.pitch / 2); in saa7146_set_position()
582 vdma1.prot_addr = vdma1.base_even + (w_height * (vdma1.pitch / 2)); in saa7146_set_position()
585 vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8)); in saa7146_set_position()
586 vdma1.base_odd = vdma1.base_even - (vdma1.pitch / 2); in saa7146_set_position()
587 vdma1.prot_addr = vdma1.base_odd - (w_height * (vdma1.pitch / 2)); in saa7146_set_position()
593 vdma1.base_odd = vdma1.prot_addr; in saa7146_set_position()
594 vdma1.pitch /= 2; in saa7146_set_position()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_dma.txt116 dma-names = "vdma0", "vdma1";