Searched refs:PCI_PCIE_LCSR_ASPM_L1 (Results 1 – 13 of 13) sorted by relevance
182 reg &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1 | in re_pci_attach()
277 reg &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1); in athn_pci_disable_aspm()
587 #define PCI_PCIE_LCSR_ASPM_L1 0x00000002 macro
2120 (psc->sc_lcsr & PCI_PCIE_LCSR_ASPM_L1)); in qwx_pci_aspm_disable()2124 psc->sc_lcsr & ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1)); in qwx_pci_aspm_disable()
2027 (psc->sc_lcsr & PCI_PCIE_LCSR_ASPM_L1)); in qwz_pci_aspm_disable()2031 psc->sc_lcsr & ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1)); in qwz_pci_aspm_disable()
3448 val &= ~PCI_PCIE_LCSR_ASPM_L1; in em_disable_aspm()3453 PCI_PCIE_LCSR_ASPM_L1); in em_disable_aspm()
350 lcsr &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1); in rtwn_pci_attach()
263 reg &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1 | in rge_attach()
2703 reg &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1); in bge_attach()
1740 if (lctl & PCI_PCIE_LCSR_ASPM_L1) { in iwm_apm_config()1753 (lctl & PCI_PCIE_LCSR_ASPM_L1) ? "En" : "Dis", in iwm_apm_config()
6833 if (reg & PCI_PCIE_LCSR_ASPM_L1) /* L1 Entry enabled. */ in iwn_apm_init()
2403 (lctl & PCI_PCIE_LCSR_ASPM_L1) ? "En" : "Dis", in iwx_apm_config()
2746 if ((lcsr & (PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1)) != 0) in pcie_aspm_enabled()