Searched refs:vdma1 (Results 1 – 1 of 1) sorted by relevance
577 struct saa7146_video_dma vdma1; in saa7146_set_position() local580 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 …]