Lines Matching refs:bpl

419 			       unsigned int bpl, u32 risc)  in cx25821_sram_channel_setup()  argument
432 bpl = (bpl + 7) & ~7; /* alignment */ in cx25821_sram_channel_setup()
434 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup()
447 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup()
480 cx_write(ch->cnt1_reg, (bpl >> 3) - 1); in cx25821_sram_channel_setup()
487 unsigned int bpl, u32 risc) in cx25821_sram_channel_setup_audio() argument
500 bpl = (bpl + 7) & ~7; /* alignment */ in cx25821_sram_channel_setup_audio()
502 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup_audio()
515 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_audio()
546 cx_write(ch->cnt1_reg, (bpl >> 3) - 1); in cx25821_sram_channel_setup_audio()
990 unsigned int bpl, unsigned int padding, in cx25821_risc_field() argument
1013 if (bpl <= sg_dma_len(sg) - offset) { in cx25821_risc_field()
1016 bpl); in cx25821_risc_field()
1019 offset += bpl; in cx25821_risc_field()
1022 todo = bpl; in cx25821_risc_field()
1052 unsigned int bottom_offset, unsigned int bpl, in cx25821_risc_buffer() argument
1071 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + in cx25821_risc_buffer()
1083 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer()
1088 rp = cx25821_risc_field(rp, sglist, bottom_offset, 0x200, bpl, in cx25821_risc_buffer()
1101 unsigned int bpl, unsigned int padding, in cx25821_risc_field_audio() argument
1124 if (bpl <= sg_dma_len(sg) - offset) { in cx25821_risc_field_audio()
1127 bpl); in cx25821_risc_field_audio()
1130 offset += bpl; in cx25821_risc_field_audio()
1133 todo = bpl; in cx25821_risc_field_audio()
1163 unsigned int bpl, in cx25821_risc_databuffer_audio() argument
1175 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx25821_risc_databuffer_audio()
1184 rp = cx25821_risc_field_audio(rp, sglist, 0, NO_SYNC_LINE, bpl, 0, in cx25821_risc_databuffer_audio()