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

/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.c43 rbsz = (c->rxbaud + 800 - 1) / 800 * 2;
272 c->txbaud = c->rxbaud = bps;
279 cx_clock (c->oscfreq, c->rxbaud, &clock, &period);
755 c->rxbaud = c->txbaud = baud;
758 cx_clock (c->oscfreq, c->rxbaud, &clock, &period);
812 if (! c->txbaud || ! c->rxbaud)
813 c->txbaud = c->rxbaud = 9600;
H A Dcxddk.h311 unsigned long rxbaud; /* receiver speed */ member in struct:_cx_chan_t
H A Dcsigma.c898 c->rxbaud = cx_rxbaud;
1071 cx_clock (c->oscfreq, c->rxbaud, &clock, &period);

Completed in 68 milliseconds