Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cx/
HDcxddk.c43 rbsz = (c->rxbaud + 800 - 1) / 800 * 2; in cx_compute_buf_len()
272 c->txbaud = c->rxbaud = bps; in cx_set_baud()
279 cx_clock (c->oscfreq, c->rxbaud, &clock, &period); in cx_set_baud()
755 c->rxbaud = c->txbaud = baud; in cx_set_async_param()
758 cx_clock (c->oscfreq, c->rxbaud, &clock, &period); in cx_set_async_param()
812 if (! c->txbaud || ! c->rxbaud) in cx_set_mode()
813 c->txbaud = c->rxbaud = 9600; in cx_set_mode()
HDcxddk.h311 unsigned long rxbaud; /* receiver speed */ member
HDcsigma.c898 c->rxbaud = cx_rxbaud; in cx_reinit_board()
1071 cx_clock (c->oscfreq, c->rxbaud, &clock, &period); in cx_update_chan()