Lines Matching refs:baud
382 ulong_t baud;
399 baud = ASY110;
401 baud = ASY150;
403 baud = ASY300;
405 baud = ASY600;
407 baud = ASY1200;
409 baud = ASY2400;
411 baud = ASY4800;
413 baud = ASY19200;
415 baud = ASY38400;
417 baud = ASY57600;
419 baud = ASY115200;
421 baud = ASY9600;
425 outb(port + DAT + DLL, baud & 0xff);
426 outb(port + DAT + DLH, (baud >> 8) & 0xff);