HomeSort by: relevance | last modified time | path
    Searched refs:PCIE_LCSR_ASPM_L1 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/pci/
if_athn_pci.c 345 reg &= ~(PCIE_LCSR_ASPM_L0S | PCIE_LCSR_ASPM_L1);
pcireg.h 1054 #define PCIE_LCSR_ASPM_L1 __BIT(1) /* Active State PM Control L1 */
if_rtwn.c 279 lcsr &= ~(PCIE_LCSR_ASPM_L0S | PCIE_LCSR_ASPM_L1);
pci_subr.c 2062 switch (reg & (PCIE_LCSR_ASPM_L1 | PCIE_LCSR_ASPM_L0S)) {
if_rge.c 311 reg &= ~(PCIE_LCSR_ASPM_L0S | PCIE_LCSR_ASPM_L1 |
if_iwm.c 1593 if (reg & PCIE_LCSR_ASPM_L1) {
if_iwn.c 6119 if (reg & PCIE_LCSR_ASPM_L1) /* L1 Entry enabled. */
if_wm.c 16896 mask = PCIE_LCSR_ASPM_L1;
16915 mask = PCIE_LCSR_ASPM_L1 | PCIE_LCSR_ASPM_L0S;

Completed in 43 milliseconds