Searched refs:baud_sup (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dpl2303.c261 const int baud_sup[] = { 75, 150, 300, 600, 1200, 1800, 2400, 3600, local
313 /* NOTE: Only the values defined in baud_sup are supported !
321 for (k=0; k<ARRAY_SIZE(baud_sup); k++) {
322 if (baud_sup[k] / baud) {
323 baud_ceil = baud_sup[k];
327 baud_floor = baud_sup[k-1];

Completed in 47 milliseconds