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

/drivers/tty/serial/
H A Dtimbuart.c44 static int baudrates[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, variable
282 for (i = 0; i < ARRAY_SIZE(baudrates); i++)
283 if (baud <= baudrates[i])
303 baud = baudrates[bindex];

Completed in 81 milliseconds