Lines Matching defs:voffset
118 unsigned int uoffset, unsigned int voffset,
190 while (voffset && voffset >= sg_dma_len(vsg)) {
191 voffset -= sg_dma_len(vsg);
197 if (voffset + (ylen>>hshift) > sg_dma_len(vsg))
198 ylen = (sg_dma_len(vsg) - voffset) << hshift;
217 *(rp++)=cpu_to_le32(sg_dma_address(vsg)+voffset);
218 voffset += ylen >> hshift;
224 voffset += cpadding;
704 int uoffset, voffset;
709 voffset = btv->width * btv->height;
714 uoffset += voffset;
717 voffset >>= btv->fmt->hshift;
718 voffset >>= btv->fmt->vshift;
719 voffset += uoffset;
728 uoffset, voffset,
738 uoffset, voffset,
751 uoffset, voffset,
758 voffset + cpadding,
771 uoffset >> 1, voffset >> 1,
778 lines * ypadding + (voffset >> 1),