Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Dpsm.c2956 static int psmhz = 20; variable
2957 SYSCTL_INT(_debug_psm, OID_AUTO, hz, CTLFLAG_RW, &psmhz, 0,
3155 psmhz < 1 ? 1 : (hz/psmhz), psmsoftintr, arg);
4066 sc->idletimeout.tv_sec = psmhz > 1 ?
4068 sc->idletimeout.tv_usec = psmhz > 1 ?
4069 1000000 / psmhz : 0;