Searched refs:pmcsr (Results 1 – 1 of 1) sorted by relevance
5834 uint16_t pmcsr; in bnx2x_set_power_state() local5842 pci_read(sc, (sc->devinfo.pcie_pm_cap_reg + PCIR_POWER_STATUS), &pmcsr, in bnx2x_set_power_state()5850 ((pmcsr & ~PCIM_PSTAT_DMASK) | PCIM_PSTAT_PME)); in bnx2x_set_power_state()5852 if (pmcsr & PCIM_PSTAT_DMASK) { in bnx2x_set_power_state()5865 pmcsr &= ~PCIM_PSTAT_DMASK; in bnx2x_set_power_state()5866 pmcsr |= PCIM_PSTAT_D3; in bnx2x_set_power_state()5869 pmcsr |= PCIM_PSTAT_PMEENABLE; in bnx2x_set_power_state()5874 PCIR_POWER_STATUS), pmcsr); in bnx2x_set_power_state()