Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/common/saa7146/
Dsaa7146_hlp.c455 vdma2->num_line_byte = (0 << 16 | (sizeof(u32))*(numdwords-1) ); in calculate_clipping_registers_rect()
512 saa7146_write(dev, NUM_LINE_BYTE2, vdma2.num_line_byte); in saa7146_set_clipping_rect()
609 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position()
687 saa7146_write(dev, where+0x14, vdma->num_line_byte); in saa7146_write_out_dma()
723 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed()
851 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()
864 vdma2.num_line_byte = 0; /* unused */ in calculate_video_dma_grab_planar()
867 vdma3.num_line_byte = 0; /* unused */ in calculate_video_dma_grab_planar()
Dsaa7146_vbi.c158 vdma3.num_line_byte = (16 << 16) | vbi_pixel_to_capture; in saa7146_set_vbi_capture()
/Linux-v4.19/include/media/drv-intf/
Dsaa7146_vv.h28 u32 num_line_byte; member