Lines Matching refs:bpl
939 coram_risc_buffer(struct coram_softc *sc, uint32_t bpl, uint32_t lines) in coram_risc_buffer() argument
944 size = 1 + (bpl * lines) / PAGE_SIZE + lines; in coram_risc_buffer()
952 coram_risc_field(sc, rm, bpl); in coram_risc_buffer()
958 coram_risc_field(struct coram_softc *sc, uint32_t *rm, uint32_t bpl) in coram_risc_field() argument
979 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ1|bpl); in coram_risc_field()
980 *(rm++) = (DMAADDR(p) + 0 * bpl); in coram_risc_field()
983 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ2|bpl); in coram_risc_field()
984 *(rm++) = (DMAADDR(p) + 1 * bpl); in coram_risc_field()
996 uint32_t bpl) in coram_sram_ch_setup() argument
1002 bpl = (bpl + 7) & ~7; in coram_sram_ch_setup()
1004 lines = csc->csc_fifosz / bpl; in coram_sram_ch_setup()
1013 csc->csc_fifo + (bpl * i)); in coram_sram_ch_setup()
1016 cdt + (16 * i), csc->csc_fifo + (bpl * i)); in coram_sram_ch_setup()
1051 csc->csc_cnt1, (bpl >> 3) - 1); in coram_sram_ch_setup()