Lines Matching refs:lines
442 unsigned int i, lines; in cx23885_sram_channel_setup() local
460 lines = ch->fifo_size / bpl; in cx23885_sram_channel_setup()
461 if (lines > 6) in cx23885_sram_channel_setup()
462 lines = 6; in cx23885_sram_channel_setup()
463 BUG_ON(lines < 2); in cx23885_sram_channel_setup()
470 for (i = 0; i < lines; i++) { in cx23885_sram_channel_setup()
486 cx_write(ch->cmds_start + 12, (lines*16) >> 3); in cx23885_sram_channel_setup()
498 cx_write(ch->cnt2_reg, (lines*16) >> 3); in cx23885_sram_channel_setup()
505 lines); in cx23885_sram_channel_setup()
1060 unsigned int lines, unsigned int lpi, bool jump) in cx23885_risc_field() argument
1078 for (line = 0; line < lines; line++) { in cx23885_risc_field()
1127 unsigned int padding, unsigned int lines) in cx23885_risc_buffer() argument
1143 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_buffer()
1144 / PAGE_SIZE + lines); in cx23885_risc_buffer()
1155 bpl, padding, lines, 0, true); in cx23885_risc_buffer()
1158 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer()
1170 unsigned int lines, unsigned int lpi) in cx23885_risc_databuffer() argument
1180 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx23885_risc_databuffer()
1191 bpl, 0, lines, lpi, lpi == 0); in cx23885_risc_databuffer()
1202 unsigned int padding, unsigned int lines) in cx23885_risc_vbibuffer() argument
1218 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_vbibuffer()
1219 / PAGE_SIZE + lines); in cx23885_risc_vbibuffer()
1232 bpl, padding, lines, 0, true); in cx23885_risc_vbibuffer()
1236 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_vbibuffer()