Lines Matching defs:hshift
119 unsigned int hshift, unsigned int vshift,
195 if (uoffset + (ylen>>hshift) > sg_dma_len(usg))
196 ylen = (sg_dma_len(usg) - uoffset) << hshift;
197 if (voffset + (ylen>>hshift) > sg_dma_len(vsg))
198 ylen = (sg_dma_len(vsg) - voffset) << hshift;
210 *(rp++)=cpu_to_le32(((ylen >> hshift) << 16) |
211 (ylen >> hshift));
216 uoffset += ylen >> hshift;
218 voffset += ylen >> hshift;
753 uoffset >>= buf->fmt->hshift;
758 voffset >>= buf->fmt->hshift;
770 uoffset,voffset,buf->fmt->hshift,
779 uoffset,voffset,buf->fmt->hshift,
788 cpadding = buf->vb.width >> buf->fmt->hshift;
793 buf->fmt->hshift,
801 buf->fmt->hshift,
811 cpadding = buf->vb.width >> buf->fmt->hshift;
817 buf->fmt->hshift,
825 buf->fmt->hshift,