Lines Matching refs:bpl
37 unsigned int offset, unsigned int bpl,
48 can cause next bpl to start close to a page border. First DMA
51 instructions += (1 + ((bpl + padding) * store_lines)
64 BT848_RISC_EOL | bpl);
77 if (bpl <= sg_dma_len(sg)-offset) {
80 BT848_RISC_EOL|bpl);
82 offset+=bpl;
85 todo = bpl;
511 unsigned int bpl = 2044; /* max. vbipack */
512 unsigned int padding = VBI_BPL - bpl;
529 r = bttv_risc_packed(btv, &buf->top, list, 0, bpl, padding,
537 r = bttv_risc_packed(btv, &buf->bottom, list, offset, bpl,
670 int bpl = (btv->fmt->depth >> 3) * btv->width;
671 int bpf = bpl * (btv->height >> 1);
678 r = bttv_risc_packed(btv, &buf->top, list, 0, bpl, 0,
682 r = bttv_risc_packed(btv, &buf->bottom, list, 0, bpl,
686 r = bttv_risc_packed(btv, &buf->top, list, 0, bpl,
687 bpl, 0, btv->height >> 1);
688 r = bttv_risc_packed(btv, &buf->bottom, list, bpl,
689 bpl, bpl, 0, btv->height >> 1);
692 r = bttv_risc_packed(btv, &buf->top, list, 0, bpl, 0,
695 bpl, 0, 0, btv->height >> 1);