Lines Matching defs:width
659 int data, pagemiss, cas,width, video_enable, color_key_enable, bpp, align;
673 width = arb->memory_width >> 6;
721 if (nvclk_freq * 2 > mclk_freq * width)
724 video_fill_us = cbs*1000*1000 / (8 * width) / mclk_freq;
731 if (nvclk_freq * 2 > mclk_freq * width)
734 video_fill_us = vbs*1000*1000 / (8 * width) / mclk_freq;
845 int data, pagemiss, cas,width, video_enable, color_key_enable, bpp, align;
864 width = arb->memory_width/64;
988 us_crt = (cbs * 1000 * 1000)/ (8*width)/mclk_freq ;
995 /* Finally, a heuristic check when width == 64 bits */
996 if(width == 1){
1004 us_extra = (cbs * 1000 * 1000)/ (8*width)/mclk_freq ;
1021 pclks_2_top_fifo = (1024-clwm)/(8*width);
1241 int width,
1254 state->width = width;
1275 state->config = ((width + 31)/32)
1329 state->repaint0 = (((width/8)*pixelDepth) & 0x700) >> 3;
1338 state->pitch3 = pixelDepth * width;