Home | History | Annotate | Download | only in pci

Lines Matching refs:bpl

933 coram_risc_buffer(struct coram_softc *sc, uint32_t bpl, uint32_t lines)
938 size = 1 + (bpl * lines) / PAGE_SIZE + lines;
946 coram_risc_field(sc, rm, bpl);
952 coram_risc_field(struct coram_softc *sc, uint32_t *rm, uint32_t bpl)
973 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ1|bpl);
974 *(rm++) = (DMAADDR(p) + 0 * bpl);
977 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ2|bpl);
978 *(rm++) = (DMAADDR(p) + 1 * bpl);
990 uint32_t bpl)
996 bpl = (bpl + 7) & ~7;
998 lines = csc->csc_fifosz / bpl;
1007 csc->csc_fifo + (bpl * i));
1010 cdt + (16 * i), csc->csc_fifo + (bpl * i));
1045 csc->csc_cnt1, (bpl >> 3) - 1);