Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/common/
Dsaa7146_hlp.c577 struct saa7146_video_dma vdma1; in saa7146_set_position() local
580 vdma1.pitch = 2*b_bpl; in saa7146_set_position()
582 vdma1.base_even = base + (w_y * (vdma1.pitch/2)) + (w_x * (b_depth / 8)); in saa7146_set_position()
583 vdma1.base_odd = vdma1.base_even + (vdma1.pitch / 2); in saa7146_set_position()
584 vdma1.prot_addr = vdma1.base_even + (w_height * (vdma1.pitch / 2)); in saa7146_set_position()
587 vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8)); in saa7146_set_position()
588 vdma1.base_odd = vdma1.base_even - (vdma1.pitch / 2); in saa7146_set_position()
589 vdma1.prot_addr = vdma1.base_odd - (w_height * (vdma1.pitch / 2)); in saa7146_set_position()
595 vdma1.base_odd = vdma1.prot_addr; in saa7146_set_position()
596 vdma1.pitch /= 2; in saa7146_set_position()
[all …]