Searched refs:PCIE_LCSR_ASPM_L1 (Results 1 - 8 of 8) 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.h1054 #define PCIE_LCSR_ASPM_L1 __BIT(1) /* Active State PM Control L1 */ 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_iwm.c1593 if (reg & PCIE_LCSR_ASPM_L1) {
H A Dif_iwn.c6097 if (reg & PCIE_LCSR_ASPM_L1) /* L1 Entry enabled. */
H A Dif_wm.c16896 mask = PCIE_LCSR_ASPM_L1;
16915 mask = PCIE_LCSR_ASPM_L1 | PCIE_LCSR_ASPM_L0S;

Completed in 377 milliseconds