Searched refs:num_line_byte (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/saa7146/ |
H A D | saa7146_hlp.c | 456 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() 698 printk("vdma%d.num_line_byte: 0x%08x\n", which,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 in calculate_video_dma_grab_planar() [all...] |
H A D | saa7146_vbi.c | 151 vdma3.num_line_byte = (64<<16)|((vbi_pixel_to_capture)<<0); // set above! in saa7146_set_vbi_capture() 158 vdma3.num_line_byte = (16 << 16) | vbi_pixel_to_capture; in saa7146_set_vbi_capture()
|
/kernel/linux/linux-6.6/drivers/media/common/saa7146/ |
H A D | saa7146_hlp.c | 393 saa7146_write(dev, where+0x14, vdma->num_line_byte); in saa7146_write_out_dma() 403 printk("vdma%d.num_line_byte: 0x%08x\n", which,vdma->num_line_byte); in saa7146_write_out_dma() 429 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed() 560 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar() 573 vdma2.num_line_byte = 0; /* unused */ in calculate_video_dma_grab_planar() 576 vdma3.num_line_byte = 0; /* unused */ in calculate_video_dma_grab_planar() 762 printk("vdma%d.num_line_byte: 0x%08x\n", 1,saa7146_read(dev,NUM_LINE_BYTE1)); in saa7146_set_capture()
|
H A D | saa7146_vbi.c | 151 vdma3.num_line_byte = (64<<16)|((vbi_pixel_to_capture)<<0); // set above! in saa7146_set_vbi_capture() 158 vdma3.num_line_byte = (16 << 16) | vbi_pixel_to_capture; in saa7146_set_vbi_capture()
|
/kernel/linux/linux-6.6/include/media/drv-intf/ |
H A D | saa7146_vv.h | 28 u32 num_line_byte; member
|
/kernel/linux/linux-5.10/include/media/drv-intf/ |
H A D | saa7146_vv.h | 28 u32 num_line_byte; member
|
Completed in 6 milliseconds