Home | History | Annotate | Download | only in adaptation

Lines Matching refs:tcio_baud

1298     UINT32 tcio_baud;
1335 if (!userial_to_tcio_baud(linux_cb.open_cfg.baud, &tcio_baud))
1344 cfsetospeed(&termios, tcio_baud);
1345 cfsetispeed(&termios, tcio_baud);