• Home
  • Raw
  • Download

Lines Matching refs:bpl

426 			       unsigned int bpl, u32 risc)  in cx25821_sram_channel_setup()  argument
439 bpl = (bpl + 7) & ~7; /* alignment */ in cx25821_sram_channel_setup()
441 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup()
454 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup()
487 cx_write(ch->cnt1_reg, (bpl >> 3) - 1); in cx25821_sram_channel_setup()
494 unsigned int bpl, u32 risc) in cx25821_sram_channel_setup_audio() argument
507 bpl = (bpl + 7) & ~7; /* alignment */ in cx25821_sram_channel_setup_audio()
509 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup_audio()
522 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_audio()
553 cx_write(ch->cnt1_reg, (bpl >> 3) - 1); in cx25821_sram_channel_setup_audio()
997 unsigned int bpl, unsigned int padding, in cx25821_risc_field() argument
1020 if (bpl <= sg_dma_len(sg) - offset) { in cx25821_risc_field()
1023 bpl); in cx25821_risc_field()
1026 offset += bpl; in cx25821_risc_field()
1029 todo = bpl; in cx25821_risc_field()
1059 unsigned int bottom_offset, unsigned int bpl, in cx25821_risc_buffer() argument
1078 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + in cx25821_risc_buffer()
1090 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer()
1095 rp = cx25821_risc_field(rp, sglist, bottom_offset, 0x200, bpl, in cx25821_risc_buffer()
1108 unsigned int bpl, unsigned int padding, in cx25821_risc_field_audio() argument
1131 if (bpl <= sg_dma_len(sg) - offset) { in cx25821_risc_field_audio()
1134 bpl); in cx25821_risc_field_audio()
1137 offset += bpl; in cx25821_risc_field_audio()
1140 todo = bpl; in cx25821_risc_field_audio()
1170 unsigned int bpl, in cx25821_risc_databuffer_audio() argument
1182 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx25821_risc_databuffer_audio()
1191 rp = cx25821_risc_field_audio(rp, sglist, 0, NO_SYNC_LINE, bpl, 0, in cx25821_risc_databuffer_audio()