Lines Matching refs:cbs
660 int found, mclk_extra, mclk_loop, cbs, m1, p1;
677 cbs = 128;
718 video_fill_us = cbs*1000*1000 / 16 / nvclk_freq ;
720 video_fill_us = cbs*1000*1000 / (8 * width) / mclk_freq;
751 m1 = clwm + cbs - 512;
842 int found, mclk_extra, mclk_loop, cbs, m1;
863 cbs = 512;
967 // What happens if the latency to fetch the cbs is so large that
971 us_crt = (cbs * 1000 * 1000)/ (8*width)/mclk_freq ;
986 cbs = 512;
1001 m1 = clwm + cbs - 1024; /* Amount of overfill */
1012 if(cbs <= 32) {
1015 cbs = cbs/2; /* reduce the burst size */
1031 if(clwm < (1024-cbs+8)) clwm = 1024-cbs+8;
1034 fifo->graphics_lwm = data; fifo->graphics_burst_size = cbs;