Home | History | Annotate | Download | only in adaptation

Lines Matching refs:tcio_baud

1243     UINT32 tcio_baud;
1280 if (!userial_to_tcio_baud(linux_cb.open_cfg.baud, &tcio_baud))
1289 cfsetospeed(&termios, tcio_baud);
1290 cfsetispeed(&termios, tcio_baud);