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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/loginutils/
H A Dgetty.c431 static int baud_index = FIRST_SPEED; /* current speed index */ local
433 baud_index = (baud_index + 1) % op->numspeed;
435 tp->c_cflag |= op->speeds[baud_index];

Completed in 100 milliseconds