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

/freebsd-9.3-release/sys/dev/ic/
H A Dhd64570.h67 unsigned char tmc; /* rw */ member in struct:msci_channel
/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);
1113 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc);
1117 ct_compute_clock (c->board->osc, c->baud, &rxbr, &tmc);
1122 outb (c->TMC, tmc);
1574 void ct_compute_clock (long hz, long baud, int *txbr, int *tmc) argument
1580 *tmc = 1;
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 53 milliseconds