Lines Matching defs:lines
421 unsigned int i, lines;
434 lines = ch->fifo_size / bpl;
436 if (lines > 4)
437 lines = 4;
439 BUG_ON(lines < 2);
446 for (i = 0; i < lines; i++) {
465 cx_write(ch->cmds_start + 12, (lines * 16) >> 3);
479 cx_write(ch->cnt2_reg, (lines * 16) >> 3);
489 unsigned int i, lines;
502 lines = ch->fifo_size / bpl;
504 if (lines > 3)
505 lines = 3; /* for AUDIO */
507 BUG_ON(lines < 2);
514 for (i = 0; i < lines; i++) {
529 cx_write(ch->cmds_start + 12, (lines * 16) >> 3);
545 cx_write(ch->cnt2_reg, (lines * 16) >> 3);
991 unsigned int lines, bool jump)
1006 /* scan lines */
1008 for (line = 0; line < lines; line++) {
1053 unsigned int padding, unsigned int lines)
1071 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE +
1072 lines);
1084 lines, true);
1089 padding, lines, UNSET == top_offset);
1102 unsigned int lines, unsigned int lpi)
1111 /* scan lines */
1113 for (line = 0; line < lines; line++) {
1164 unsigned int lines, unsigned int lpi)
1175 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines;
1185 lines, lpi);