Searched refs:baud (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.c278 /* Receive baud - internal */
284 /* Receive baud - external */
290 /* Transmit baud - internal */
300 /* Transmit baud - external */
305 /* Receive baud - external */
712 void cx_set_async_param (cx_chan_t *c, int baud, int bits, int parity, argument
754 if (baud) {
755 c->rxbaud = c->txbaud = baud;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c145 #define SPEED232 B9600 /* 9600 baud */
152 #define BITS_TO_L_FP(bits, baud) \
153 (((((bits)*2 +1) << (FRACTION_PREC-SAFETY_SHIFT)) / (2*baud)) << SAFETY_SHIFT)
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c1579 *(long*)data = c->baud;
2239 if (c->baud)
2240 length += sprintf (s + length, " %ld", c->baud);
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1222 *(long*)data = c->baud;
2020 if (c->baud)
2021 length += sprintf (s + length, " %ld", c->baud);

Completed in 184 milliseconds

12