Home | History | Annotate | Download | only in dev

Lines Matching defs:rest

159 /* Rest for given number of ticks */
161 rest(struct spkr_softc *sc, int ticks)
165 device_printf(sc->sc_dev, "%s: rest for %d ticks\n", __func__, ticks);
175 * -1 indiacates a rest.
200 device_printf(sc->sc_dev, "%s: rest for %d ticks\n",
204 rest(sc, total);
210 * Rest 1/8 (if NORMAL) or 3/8 (if STACCATO) in tick.
218 "%s: note %d for %d ticks, rest for %d ticks\n", __func__,
225 rest(sc, silence);
420 * you cannot use this as a rest.
554 * tp->frequency is the frequency (0 means a rest).
564 rest(sc, tp->duration);