Home | History | Annotate | Download | only in qemu

Lines Matching defs:spd

1088     speed_t spd;
1096 #define check_speed(val) if (speed <= val) { spd = B##val; break; }
1156 spd = B115200;
1159 cfsetispeed(&tty, spd);
1160 cfsetospeed(&tty, spd);