Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/deprecated/saa7146/common/
Dsaa7146_hlp.c456 vdma2->num_line_byte = (0 << 16 | (sizeof(u32))*(numdwords-1) ); in calculate_clipping_registers_rect()
513 saa7146_write(dev, NUM_LINE_BYTE2, vdma2.num_line_byte); in saa7146_set_clipping_rect()
610 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position()
688 saa7146_write(dev, where+0x14, vdma->num_line_byte); in saa7146_write_out_dma()
724 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed()
852 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()
865 vdma2.num_line_byte = 0; /* unused */ in calculate_video_dma_grab_planar()
868 vdma3.num_line_byte = 0; /* unused */ in calculate_video_dma_grab_planar()
Dsaa7146_vv.h28 u32 num_line_byte; member
Dsaa7146_vbi.c158 vdma3.num_line_byte = (16 << 16) | vbi_pixel_to_capture; in saa7146_set_vbi_capture()