Lines Matching defs:cps
729 u32 cps = vc->estimator->maxcps;
731 vc->estimator->cps = cps;
732 vc->estimator->avcps = cps << 5;
2083 u32 rate, cps;
2095 est->cps = (est->avcps + 0x1f) >> 5;
2097 cps = est->cps;
2098 if (cps < (est->maxcps >> 4))
2099 cps = est->maxcps >> 4;
2101 lacr = idt77252_rate_logindex(card, cps);
2126 est->cps = est->maxcps;
2127 est->avcps = est->cps << 5;