Home
last modified time | relevance | path

Searched refs:ZS_CLOCK (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/tty/serial/
Dsunzilog.c66 #define ZS_CLOCK 4915200 /* Zilog input clock rate. */ macro
290 brg = BPS_TO_BRG(new_baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_change_mouse_baud()
953 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_set_termios()
1250 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_console_setup()
1297 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_init_kbdms()
1376 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_init_hw()
1438 up[0].port.uartclk = ZS_CLOCK; in zs_probe()
1455 up[1].port.uartclk = ZS_CLOCK; in zs_probe()
Dip22zilog.c59 #define ZS_CLOCK 3672000 /* Zilog input clock rate. */ macro
888 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in ip22zilog_set_termios()
1113 up[(chip * 2) + 0].port.uartclk = ZS_CLOCK; in ip22zilog_prepare()
1124 up[(chip * 2) + 1].port.uartclk = ZS_CLOCK; in ip22zilog_prepare()
1145 brg = BPS_TO_BRG(9600, ZS_CLOCK / ZS_CLOCK_DIVISOR); in ip22zilog_prepare()
Dpmac_zilog.h130 #define ZS_CLOCK 3686400 /* Z8530 RTxC input clock rate */ macro
Dpmac_zilog.c1082 case ZS_CLOCK/16: /* 230400 */ in pmz_convert_to_zs()
1087 case ZS_CLOCK/32: /* 115200 */ in pmz_convert_to_zs()
1095 brg = BPS_TO_BRG(baud, ZS_CLOCK / 16); in pmz_convert_to_zs()
1558 uap->port.uartclk = ZS_CLOCK; in pmz_init_port()
1869 uap->port.uartclk = ZS_CLOCK; in pmz_init_port()
Dzs.c99 #define ZS_CLOCK 7372800 /* Z85C30 PCLK input clock rate. */ macro
1108 uport->uartclk = ZS_CLOCK; in zs_probe_sccs()