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

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c2957 static int psmhz = 20; variable
2958 SYSCTL_INT(_debug_psm, OID_AUTO, hz, CTLFLAG_RW, &psmhz, 0,
3152 psmhz < 1 ? 1 : (hz/psmhz), psmsoftintr, arg);
4062 sc->idletimeout.tv_sec = psmhz > 1 ?
4064 sc->idletimeout.tv_usec = psmhz > 1 ?
4065 1000000 / psmhz : 0;

Completed in 201 milliseconds