Searched refs:ct_compute_clock (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/ctau/
H A Dctddk.h515 void ct_compute_clock (long hz, long baud, int *txbr, int *tmc);
H A Dctau.c1109 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc);
1113 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc);
1117 ct_compute_clock (c->board->osc, c->baud, &rxbr, &tmc);
1574 void ct_compute_clock (long hz, long baud, int *txbr, int *tmc) function

Completed in 121 milliseconds