Home | History | Annotate | Download | only in ic

Lines Matching defs:cy_clock

184 	int cy_clock;
216 cy_clock = CY_CLOCK;
218 cy_clock = CY_CLOCK_60;
222 (cy_clock / CD1400_PPR_PRESCALER / 1000) + 1);
228 sc->sc_ports[port].cy_clock = cy_clock;
649 if (t->c_ospeed != 0 && cy_speed(t->c_ospeed, &o_clk_opt, &obpr, cy->cy_clock) < 0)
652 if (t->c_ispeed != 0 && cy_speed(t->c_ispeed, &i_clk_opt, &ibpr, cy->cy_clock) < 0)
744 if (cy->cy_clock == CY_CLOCK_60) {
793 if (cy->cy_clock == CY_CLOCK_60) {
819 if (cy->cy_clock == CY_CLOCK_60) {
835 if (cy->cy_clock == CY_CLOCK_60) {
855 if (cy->cy_clock == CY_CLOCK_60) {
965 if (cy->cy_clock == CY_CLOCK_60) {
1176 if (cy->cy_clock == CY_CLOCK_60)
1379 cy_speed(speed_t speed, int *cor, int *bpr, int cy_clock)
1387 br = (cy_clock + (co * speed) / 2) / (co * speed);