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

/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb.c928 uint32_t voltage, curpwr; local
935 curpwr = cbb_current_voltage(brdev);
937 if ((status & CBB_STATE_POWER_CYCLE) && (voltage & curpwr))
/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c173 volatile u_int8_t curpwr; /* current power status: D[0-3] */ member in struct:agg_info
756 lastpwr = ess->curpwr;
834 ess->curpwr = status;
1648 if (ess->curpwr <= PCI_POWERSTATE_D1) {
1661 if (ess->curpwr <= PCI_POWERSTATE_D1)
1670 && ess->curpwr <= PCI_POWERSTATE_D1)
1846 ess->curpwr = PCI_POWERSTATE_D3;

Completed in 111 milliseconds