Searched refs:comfreq (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/arch/ofppc/ofppc/ |
| H A D | machdep.c | 385 uint32_t reg[2], comfreq; in ofppc_init_comcons() local 422 if (OF_getprop(com_node, "clock-frequency", &comfreq, 4) == -1) in ofppc_init_comcons() 423 comfreq = 0; in ofppc_init_comcons() 425 if (comfreq == 0) in ofppc_init_comcons() 426 comfreq = COM_FREQ; in ofppc_init_comcons() 440 speed = divrnd((comfreq / 16), rate); in ofppc_init_comcons() 453 speed, comfreq, COM_TYPE_NORMAL, in ofppc_init_comcons()
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | dfa.c | 378 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 750 comfreq = 0; in ntod() 754 if (targfreq[i] > comfreq) { in ntod() 755 comfreq = targfreq[i]; in ntod() 759 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()
|
| H A D | tblcmp.c | 84 void bldtbl (int state[], int statenum, int totaltrans, int comstate, int comfreq) in bldtbl() argument 114 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE; in bldtbl() 178 if (comfreq * 100 >= in bldtbl()
|