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

/freebsd-9.3-release/sys/dev/ctau/
H A Dctau.c1036 int txbr, rxbr, tmc, txcout; local
1110 txbr = rxbr + 3;
1115 txbr = rxbr;
1118 txbr = rxbr;
1120 txs |= txbr;
1574 void ct_compute_clock (long hz, long baud, int *txbr, int *tmc) argument
1578 *txbr = 0;
1582 while (((hz / baud) >> ++*txbr) > 256)
1584 *tmc = (((2 * hz / baud) >> *txbr) + 1) / 2;
H A Dctddk.h515 void ct_compute_clock (long hz, long baud, int *txbr, int *tmc);

Completed in 74 milliseconds