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()
1061 unsigned int lines, unsigned int lpi, bool jump) in cx23885_risc_field() argument
1079 for (line = 0; line < lines; line++) { in cx23885_risc_field()
1128 unsigned int padding, unsigned int lines) in cx23885_risc_buffer() argument
1144 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_buffer()
1145 / PAGE_SIZE + lines); in cx23885_risc_buffer()
1156 bpl, padding, lines, 0, true); in cx23885_risc_buffer()
1159 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer()
1171 unsigned int lines, unsigned int lpi) in cx23885_risc_databuffer() argument
1181 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx23885_risc_databuffer()
1192 bpl, 0, lines, lpi, lpi == 0); in cx23885_risc_databuffer()
1203 unsigned int padding, unsigned int lines) in cx23885_risc_vbibuffer() argument
1219 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_vbibuffer()
1220 / PAGE_SIZE + lines); in cx23885_risc_vbibuffer()
1233 bpl, padding, lines, 0, true); in cx23885_risc_vbibuffer()
1237 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_vbibuffer()