Lines Matching defs:bpl
45 unsigned int bpl;
124 cx88_sram_channel_setup(chip->core, audio_ch, buf->bpl, buf->risc.dma);
126 /* sets bpl size */
127 cx_write(MO_AUDD_LNGTH, buf->bpl);
135 buf->bpl, cx_read(audio_ch->cmds_start + 8) >> 1,
136 chip->num_periods, buf->bpl * chip->num_periods);
425 unsigned int bpl = cx88_sram_channels[SRAM_CH25].fifo_size / 4;
427 bpl &= ~7; /* must be multiple of 8 */
428 runtime->hw.period_bytes_min = bpl;
429 runtime->hw.period_bytes_max = bpl;
474 buf->bpl = chip->period_size;