Searched defs:baud (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluez/tools/
H A Dhciattach_ti.c110 uint32_t baud; member in struct:bts_action_serial
216 fprintf(stderr, "texas: changing baud rate to %u, flow control to %u\n",
217 serial_action->baud, serial_action->flow_control );
232 if (set_speed(fd, ti, serial_action->baud) < 0) {
233 perror("Can't set baud rate");
/external/quake/quake/src/WinQuake/
H A Dnet_comx.cpp320 void TTY_GetComPortConfig (int portNumber, int *port, int *irq, int *baud, qboolean *useModem) argument
327 *baud = 115200 / p->baudBits;
331 void TTY_SetComPortConfig (int portNumber, int port, int irq, int baud, qboolean useModem) argument
338 if (baud == 14400)
339 baud = 19200;
340 if (baud == 28800)
341 baud = 38400;
347 p->baudBits = 115200 / baud;
357 Cvar_SetValue ("_config_com_baud", (float)baud);
496 // set baud rat
[all...]

Completed in 60 milliseconds