Lines Matching refs:tconst
1909 register ushort_t tconst = 0; in zsh_program() local
1975 tconst = (PCLK + speed) / (2 * speed) - 2; in zsh_program()
1976 if (tconst == 0) { in zsh_program()
1981 sm->sm_baudrate = PCLK / (2 * ((int)tconst + 2)); in zsh_program()
1983 tconst = 0; /* Stop BRG. Also quiesces pin 24. */ in zsh_program()
1988 tconst = (PCLK + speed) / (2 * speed) - 2; in zsh_program()
1990 tconst = 0; in zsh_program()
1991 if (tconst == 0) { in zsh_program()
1996 speed = PCLK / (2 * ((int)tconst + 2)); in zsh_program()
2019 zspp->wr12 = (uchar_t)(tconst & 0xff); in zsh_program()
2020 zspp->wr13 = (uchar_t)((tconst >> 8) & 0xff); in zsh_program()