Lines Matching refs:bpl
43 unsigned int bpl, u32 risc) in cx25821_sram_channel_setup_upstream() argument
56 bpl = (bpl + 7) & ~7; /* alignment */ in cx25821_sram_channel_setup_upstream()
58 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup_upstream()
67 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_upstream()
90 cx_write(ch->cnt1_reg, (bpl >> 3) - 1); in cx25821_sram_channel_setup_upstream()
97 unsigned int bpl, u32 sync_line, in cx25821_update_riscprogram() argument
103 int dist_betwn_starts = bpl * 2; in cx25821_update_riscprogram()
114 *(rp++) = cpu_to_le32(RISC_READ | RISC_SOL | RISC_EOL | bpl); in cx25821_update_riscprogram()
130 unsigned int bpl, unsigned int lines, in cx25821_risc_field_upstream() argument
136 int dist_betwn_starts = bpl * 2; in cx25821_risc_field_upstream()
149 *(rp++) = cpu_to_le32(RISC_READ | RISC_SOL | RISC_EOL | bpl); in cx25821_risc_field_upstream()
175 unsigned int bpl, unsigned int lines) in cx25821_risc_buffer_upstream() argument
188 unsigned int bottom_offset = bpl; in cx25821_risc_buffer_upstream()
194 frame_size = (bpl == Y411_LINE_SZ) ? in cx25821_risc_buffer_upstream()
198 frame_size = (bpl == Y411_LINE_SZ) ? in cx25821_risc_buffer_upstream()
212 databuf_offset, top_offset, 0, bpl, in cx25821_risc_buffer_upstream()
222 0x200, bpl, singlefield_lines, in cx25821_risc_buffer_upstream()
347 int bpl) in cx25821_upstream_buffer_prepare() argument
393 ret = cx25821_risc_buffer_upstream(chan, dev->pci, 0, bpl, in cx25821_upstream_buffer_prepare()