Home
last modified time | relevance | path

Searched refs:PCLK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dser_async.h54 #define ZSPEED(n) ZSTimeConst(PCLK, n)
H A Dzsdev.h77 #define PCLK (19660800/4) /* basic clock rate for UARTs */ macro
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c1976 tconst = (PCLK + speed) / (2 * speed) - 2; in zsh_program()
1982 sm->sm_baudrate = PCLK / (2 * ((int)tconst + 2)); in zsh_program()
1989 tconst = (PCLK + speed) / (2 * speed) - 2; in zsh_program()
1997 speed = PCLK / (2 * ((int)tconst + 2)); in zsh_program()