Blame view

include/asm-x86_64/serial.h 334 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
  /*
   * include/asm-x86_64/serial.h
   */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4
5
6
7
8
9
10
11
12
  
  /*
   * This assumes you have a 1.8432 MHz clock for your UART.
   *
   * It'd be nice if someone built a serial card with a 24.576 MHz
   * clock, since the 16550A is capable of handling a top speed of 1.5
   * megabits/second; but this requires the faster clock.
   */
  #define BASE_BAUD ( 1843200 / 16 )