Searched defs:tconst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c1909 register ushort_t tconst = 0; local
1975 tconst = (PCLK + speed) / (2 * speed) - 2;
1976 if (tconst == 0) {
1981 sm->sm_baudrate = PCLK / (2 * ((int)tconst + 2));
1983 tconst = 0; /* Stop BRG. Also quiesces pin 24. */
1988 tconst = (PCLK + speed) / (2 * speed) - 2;
1990 tconst = 0;
1991 if (tconst == 0) {
1996 speed = PCLK / (2 * ((int)tconst + 2));
2019 zspp->wr12 = (uchar_t)(tconst
[all...]

Completed in 62 milliseconds