Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Dpsm.c2945 static int psmhz = 20; variable
2946 SYSCTL_INT(_debug_psm, OID_AUTO, hz, CTLFLAG_RW, &psmhz, 0,
3144 psmhz < 1 ? 1 : (hz/psmhz), psmsoftintr, arg);
4055 sc->idletimeout.tv_sec = psmhz > 1 ?
4057 sc->idletimeout.tv_usec = psmhz > 1 ?
4058 1000000 / psmhz : 0;