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

/freebsd-9.3-release/sys/dev/ctau/
H A Dctau.c1036 int txbr, rxbr, tmc, txcout; local
1109 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc);
1110 txbr = rxbr + 3;
1113 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc);
1114 --rxbr;
1115 txbr = rxbr;
1117 ct_compute_clock (c->board->osc, c->baud, &rxbr, &tmc);
1118 txbr = rxbr;
1121 rxs |= rxbr;

Completed in 106 milliseconds