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

/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.c250 return (c->opt.tcor.clk == CLK_EXT) ? 0 : c->txbaud;
272 c->txbaud = c->rxbaud = bps;
291 cx_clock (c->oscfreq, c->txbaud, &clock, &period);
319 if (! c->txbaud)
323 cx_set_baud (c, c->txbaud);
328 if (! c->txbaud)
332 cx_set_baud (c, c->txbaud);
755 c->rxbaud = c->txbaud = baud;
764 cx_clock (c->oscfreq, c->txbaud, &clock, &period);
812 if (! c->txbaud || !
[all...]
H A Dcxddk.h312 unsigned long txbaud; /* transmitter speed */ member in struct:_cx_chan_t
H A Dcsigma.c899 c->txbaud = cx_txbaud;
1084 cx_clock (c->oscfreq, c->txbaud, &clock, &period);

Completed in 64 milliseconds