Searched refs:PCLK (Results 1 – 3 of 3) sorted by relevance
54 #define ZSPEED(n) ZSTimeConst(PCLK, n)
77 #define PCLK (19660800/4) /* basic clock rate for UARTs */ macro
1976 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()