Lines Matching defs:baud
447 ulong_t baud;
464 baud = ASY110;
466 baud = ASY150;
468 baud = ASY300;
470 baud = ASY600;
472 baud = ASY1200;
474 baud = ASY2400;
476 baud = ASY4800;
478 baud = ASY19200;
480 baud = ASY38400;
482 baud = ASY57600;
484 baud = ASY115200;
486 baud = ASY9600;
490 outb(port + DAT + DLL, baud & 0xff);
491 outb(port + DAT + DLH, (baud >> 8) & 0xff);