Lines Matching refs:bpl
441 unsigned int bpl, u32 risc) in cx23885_sram_channel_setup() argument
459 bpl = (bpl + 7) & ~7; /* alignment */ in cx23885_sram_channel_setup()
461 lines = ch->fifo_size / bpl; in cx23885_sram_channel_setup()
473 ch->fifo_start + bpl*i); in cx23885_sram_channel_setup()
474 cx_write(cdt + 16*i, ch->fifo_start + bpl*i); in cx23885_sram_channel_setup()
500 cx_write(ch->cnt1_reg, (bpl >> 3) - 1); in cx23885_sram_channel_setup()
505 bpl, in cx23885_sram_channel_setup()
1061 unsigned int bpl, unsigned int padding, in cx23885_risc_field() argument
1091 if (bpl <= sg_dma_len(sg)-offset) { in cx23885_risc_field()
1093 *(rp++) = cpu_to_le32(RISC_WRITE|sol|RISC_EOL|bpl); in cx23885_risc_field()
1096 offset += bpl; in cx23885_risc_field()
1099 todo = bpl; in cx23885_risc_field()
1128 unsigned int bottom_offset, unsigned int bpl, in cx23885_risc_buffer() argument
1145 instructions = fields * (1 + ((bpl + padding) * 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()
1171 unsigned int bpl, 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()
1203 unsigned int bottom_offset, unsigned int bpl, in cx23885_risc_vbibuffer() argument
1220 instructions = fields * (1 + ((bpl + padding) * 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()