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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dserial_io.c148 #define SERIAL_CLOCK_FREQUENCY (115200*2) /* Power Mac value */ macro
149 #define convert_baud_rate(rate) ((((SERIAL_CLOCK_FREQUENCY) + (rate)) / (2 * (rate))) - 2)

Completed in 21 milliseconds