Home
last modified time | relevance | path

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

/freebsd/sys/dev/cyapa/
H A Dcyapa.c1252 int npstate; in cyapa_poll_thread() local
1295 npstate = CMD_POWER_MODE_IDLE; in cyapa_poll_thread()
1298 npstate = CMD_POWER_MODE_IDLE; in cyapa_poll_thread()
1301 npstate = CMD_POWER_MODE_FULL; in cyapa_poll_thread()
1303 if (pstate != npstate) { in cyapa_poll_thread()
1304 pstate = npstate; in cyapa_poll_thread()