Lines Matching refs:bps
565 zs_set_speed(struct zs_chanstate *cs, int bps)
571 if (bps == 0)
589 tc1 = BPS_TO_TCONST(xcs->cs_clocks[i].clk >> 4, bps);
592 err = abs(((rate1 - bps)*1000)/bps);
608 int b0 = xcs->cs_clocks[i].clk, e0 = abs(b0-bps);
609 int b1 = b0 >> 4, e1 = abs(b1-bps);
610 int b2 = b1 >> 1, e2 = abs(b2-bps);
611 bps);
631 err = (err * 1000)/bps;
642 printf("Checking for rate %d. Found source #%d.\n", bps, src);
665 bps = rate0;
692 bps, tc, src, sf);