Home | History | Annotate | Download | only in podulebus

Lines Matching defs:period

177 	nexus->period	= 200;
219 /* Precalculate timeout value and clock period. */
696 esc_build_sdtrm(struct esc_softc *dev, int period, int offset)
701 dev->sc_msg_out[3] = period/4;
857 nexus->period = 200;
863 * period on the clock frequency rather than just check if
868 nexus->period = ((dev->sc_clock_freq>25) ? 100 : 200);
871 /* If the user has a long cable, we want to limit the period */
872 if ((nexus->period == 100) &&
874 nexus->period = 200;
1275 short offset, period;
1381 esc_build_sdtrm(dev, nexus->period, nexus->offset);
1487 period = 4*dev->sc_msg_in[3];
1501 if ((period < 200) &&
1503 period = 200;
1506 period = 5*dev->sc_clock_period;
1508 nexus->syncper = period/
1512 if (period < 200)
1536 period = 200;
1541 nexus->period = period;