Lines Matching refs:bpl

440 			       unsigned int bpl, u32 risc)  in cx25821_sram_channel_setup()  argument
453 bpl = (bpl + 7) & ~7; /* alignment */ in cx25821_sram_channel_setup()
455 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup()
468 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup()
501 cx_write(ch->cnt1_reg, (bpl >> 3) - 1); in cx25821_sram_channel_setup()
508 unsigned int bpl, u32 risc) in cx25821_sram_channel_setup_audio() argument
521 bpl = (bpl + 7) & ~7; /* alignment */ in cx25821_sram_channel_setup_audio()
523 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup_audio()
536 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_audio()
567 cx_write(ch->cnt1_reg, (bpl >> 3) - 1); in cx25821_sram_channel_setup_audio()
1008 unsigned int bpl, unsigned int padding, in cx25821_risc_field() argument
1031 if (bpl <= sg_dma_len(sg) - offset) { in cx25821_risc_field()
1034 bpl); in cx25821_risc_field()
1037 offset += bpl; in cx25821_risc_field()
1040 todo = bpl; in cx25821_risc_field()
1070 unsigned int bottom_offset, unsigned int bpl, in cx25821_risc_buffer() argument
1089 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + in cx25821_risc_buffer()
1101 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer()
1106 rp = cx25821_risc_field(rp, sglist, bottom_offset, 0x200, bpl, in cx25821_risc_buffer()
1119 unsigned int bpl, unsigned int padding, in cx25821_risc_field_audio() argument
1142 if (bpl <= sg_dma_len(sg) - offset) { in cx25821_risc_field_audio()
1145 bpl); in cx25821_risc_field_audio()
1148 offset += bpl; in cx25821_risc_field_audio()
1151 todo = bpl; in cx25821_risc_field_audio()
1181 unsigned int bpl, in cx25821_risc_databuffer_audio() argument
1193 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx25821_risc_databuffer_audio()
1202 rp = cx25821_risc_field_audio(rp, sglist, 0, NO_SYNC_LINE, bpl, 0, in cx25821_risc_databuffer_audio()