Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/common/saa7146/
Dsaa7146_hlp.c458 vdma2->num_line_byte = (0 << 16 | (sizeof(u32))*(numdwords-1) ); in calculate_clipping_registers_rect()
515 saa7146_write(dev, NUM_LINE_BYTE2, vdma2.num_line_byte); in saa7146_set_clipping_rect()
612 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position()
690 saa7146_write(dev, where+0x14, vdma->num_line_byte); in saa7146_write_out_dma()
726 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed()
854 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()
867 vdma2.num_line_byte = 0; /* unused */ in calculate_video_dma_grab_planar()
870 vdma3.num_line_byte = 0; /* unused */ in calculate_video_dma_grab_planar()
Dsaa7146_vbi.c157 vdma3.num_line_byte = (16 << 16) | vbi_pixel_to_capture; in saa7146_set_vbi_capture()
/linux-4.1.27/include/media/
Dsaa7146_vv.h27 u32 num_line_byte; member