Searched refs:PCIE_LCSR_ASPM_L0S (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_athn_pci.c345 reg &= ~(PCIE_LCSR_ASPM_L0S | PCIE_LCSR_ASPM_L1);
H A Dpcireg.h1053 #define PCIE_LCSR_ASPM_L0S __BIT(0) /* Active State PM Control L0s*/ macro
H A Dif_rtwn.c279 lcsr &= ~(PCIE_LCSR_ASPM_L0S | PCIE_LCSR_ASPM_L1);
H A Dif_rge.c303 reg &= ~(PCIE_LCSR_ASPM_L0S | PCIE_LCSR_ASPM_L1 |
H A Dpci_subr.c2062 switch (reg & (PCIE_LCSR_ASPM_L1 | PCIE_LCSR_ASPM_L0S)) {
H A Dif_iwn.c4358 if (!(reg & PCIE_LCSR_ASPM_L0S)) /* L0s Entry disabled. */
H A Dif_wm.c16915 mask = PCIE_LCSR_ASPM_L1 | PCIE_LCSR_ASPM_L0S;

Completed in 324 milliseconds