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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c2950 static int psmhz = 20; variable
2951 SYSCTL_INT(_debug_psm, OID_AUTO, hz, CTLFLAG_RW, &psmhz, 0,
3145 psmhz < 1 ? 1 : (hz/psmhz), psmsoftintr, arg);
4059 sc->idletimeout.tv_sec = psmhz > 1 ?
4061 sc->idletimeout.tv_usec = psmhz > 1 ?
4062 1000000 / psmhz : 0;

Completed in 117 milliseconds