Home
last modified time | relevance | path

Searched refs:stty_compute_baud (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/sbus/
H A Dspif.c82 int stty_compute_baud(speed_t, int, u_int8_t *, u_int8_t *);
565 stty_compute_baud(t->c_ospeed, sc->sc_osc, &tbprl, &tbprh)) in stty_param()
569 stty_compute_baud(t->c_ispeed, sc->sc_osc, &rbprl, &rbprh)) in stty_param()
964 stty_compute_baud(speed_t speed, int clock, u_int8_t *bprlp, u_int8_t *bprhp) in stty_compute_baud() function