Lines Matching refs:lines

443 	unsigned int i, lines;  in cx23885_sram_channel_setup()  local
461 lines = ch->fifo_size / bpl; in cx23885_sram_channel_setup()
462 if (lines > 6) in cx23885_sram_channel_setup()
463 lines = 6; in cx23885_sram_channel_setup()
464 BUG_ON(lines < 2); in cx23885_sram_channel_setup()
471 for (i = 0; i < lines; i++) { in cx23885_sram_channel_setup()
487 cx_write(ch->cmds_start + 12, (lines*16) >> 3); in cx23885_sram_channel_setup()
499 cx_write(ch->cnt2_reg, (lines*16) >> 3); in cx23885_sram_channel_setup()
506 lines); in cx23885_sram_channel_setup()
1062 unsigned int lines, unsigned int lpi, bool jump) in cx23885_risc_field() argument
1080 for (line = 0; line < lines; line++) { in cx23885_risc_field()
1129 unsigned int padding, unsigned int lines) in cx23885_risc_buffer() argument
1145 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_buffer()
1146 / PAGE_SIZE + lines); in cx23885_risc_buffer()
1157 bpl, padding, lines, 0, true); in cx23885_risc_buffer()
1160 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer()
1172 unsigned int lines, unsigned int lpi) in cx23885_risc_databuffer() argument
1182 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx23885_risc_databuffer()
1193 bpl, 0, lines, lpi, lpi == 0); in cx23885_risc_databuffer()
1204 unsigned int padding, unsigned int lines) in cx23885_risc_vbibuffer() argument
1220 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_vbibuffer()
1221 / PAGE_SIZE + lines); in cx23885_risc_vbibuffer()
1234 bpl, padding, lines, 0, true); in cx23885_risc_vbibuffer()
1238 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_vbibuffer()