Lines Matching defs:cps
729 u32 cps = vc->estimator->maxcps;
731 vc->estimator->cps = cps;
732 vc->estimator->avcps = cps << 5;
2076 u32 rate, cps;
2088 est->cps = (est->avcps + 0x1f) >> 5;
2090 cps = est->cps;
2091 if (cps < (est->maxcps >> 4))
2092 cps = est->maxcps >> 4;
2094 lacr = idt77252_rate_logindex(card, cps);
2119 est->cps = est->maxcps;
2120 est->avcps = est->cps << 5;