Searched refs:stty_compute_baud (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | spif.c | 89 int stty_compute_baud(speed_t, int, u_int8_t *, u_int8_t *); 540 stty_compute_baud(t->c_ospeed, sc->sc_osc, &tbprl, &tbprh)) 544 stty_compute_baud(t->c_ispeed, sc->sc_osc, &rbprl, &rbprh)) 972 stty_compute_baud(speed, clock, bprlp, bprhp) in stty_compute_baud() function
|
| /mirbsd/src/sys/dev/sbus/ |
| D | spif.c | 89 int stty_compute_baud(speed_t, int, u_int8_t *, u_int8_t *); 597 stty_compute_baud(t->c_ospeed, sc->sc_osc, &tbprl, &tbprh)) 601 stty_compute_baud(t->c_ispeed, sc->sc_osc, &rbprl, &rbprh)) 1024 stty_compute_baud(speed, clock, bprlp, bprhp) in stty_compute_baud() function
|