Searched refs:vshift (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_ct.c120 u8 vshift, xshift; local
132 vshift = (6 - 2) - pll->xclk_post_div; /* FIFO is 64 bits wide in accelerator mode ... */
135 vshift--; /* ... but only 32 bits in VGA mode. */
156 tmp = ((multiplier * pll->fifo_size) << vshift) / divider;
166 vshift += xshift;
169 dsp_off = ((multiplier * (pll->fifo_size - 1)) << vshift) / divider -
170 (1 << (vshift - xshift));
173 dsp_on = ((multiplier * 20 << vshift) + divider) / divider;
176 dsp_on = ((multiplier << vshift) + divider) / divider;
188 dsp_on = dsp_off - (multiplier << vshift) / divide
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-risc.c127 unsigned int hshift, unsigned int vshift,
160 switch (vshift) {
756 uoffset >>= buf->fmt->vshift;
761 voffset >>= buf->fmt->vshift;
773 buf->fmt->vshift,0);
782 buf->fmt->vshift,0);
796 buf->fmt->vshift,
804 buf->fmt->vshift,
820 buf->fmt->vshift,
828 buf->fmt->vshift,
122 bttv_risc_planar(struct bttv *btv, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int yoffset, unsigned int ybpl, unsigned int ypadding, unsigned int ylines, unsigned int uoffset, unsigned int voffset, unsigned int hshift, unsigned int vshift, unsigned int cpadding) argument
[all...]
H A Dbttvp.h121 int hshift,vshift; /* for planar modes */ member in struct:bttv_format
H A Dbttv-driver.c570 .vshift = 0,
579 .vshift = 1,
588 .vshift = 1,
597 .vshift = 0,
606 .vshift = 2,
615 .vshift = 2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ddiskonchip.c1210 int vshift, lastvunit = 0; local
1253 vshift = this->phys_erase_shift + mh->BlockMultiplierBits;
1255 blocks = mtd->size >> vshift;
1299 parts[numparts].offset = ip->firstUnit << vshift;
1300 parts[numparts].size = (1 + ip->lastUnit - ip->firstUnit) << vshift;
1308 if ((lastvunit << vshift) < end) {
1310 parts[numparts].offset = lastvunit << vshift;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134.h112 unsigned int vshift; /* vertical downsampling (for planar yuv) */ member in struct:saa7134_format
H A Dsaa7134-video.c177 .vshift = 0,
186 .vshift = 1,
196 .vshift = 1,
971 lines_uv = buf->vb.height >> buf->fmt->vshift;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c3013 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; local
3021 vshift = modx(16<<maxfmode, par->xoffset);
3022 fstrt = par->diwstrt_h - (vshift<<clk_shift) - 4;
3023 fsize = (par->xres+vshift)<<clk_shift;

Completed in 57 milliseconds