Lines Matching defs:width
658 int data, pagemiss, cas,width, video_enable, bpp;
671 width = arb->memory_width >> 6;
717 if (nvclk_freq * 2 > mclk_freq * width)
720 video_fill_us = cbs*1000*1000 / (8 * width) / mclk_freq;
727 if (nvclk_freq * 2 > mclk_freq * width)
730 video_fill_us = vbs*1000*1000 / (8 * width) / mclk_freq;
839 int data, pagemiss, width, video_enable, bpp;
857 width = arb->memory_width/64;
971 us_crt = (cbs * 1000 * 1000)/ (8*width)/mclk_freq ;
978 /* Finally, a heuristic check when width == 64 bits */
979 if(width == 1){
1221 int width,
1234 state->width = width;
1255 state->config = ((width + 31)/32)
1309 state->repaint0 = (((width/8)*pixelDepth) & 0x700) >> 3;
1318 state->pitch3 = pixelDepth * width;