Home
last modified time | relevance | path

Searched refs:PCI_PCIE_LCSR_ASPM_L1 (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_re_pci.c182 reg &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1 | in re_pci_attach()
H A Dif_athn_pci.c277 reg &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1); in athn_pci_disable_aspm()
H A Dpcireg.h587 #define PCI_PCIE_LCSR_ASPM_L1 0x00000002 macro
H A Dif_qwx_pci.c2120 (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()
H A Dif_qwz_pci.c2027 (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()
H A Dif_em.c3448 val &= ~PCI_PCIE_LCSR_ASPM_L1; in em_disable_aspm()
3453 PCI_PCIE_LCSR_ASPM_L1); in em_disable_aspm()
H A Dif_rtwn.c350 lcsr &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1); in rtwn_pci_attach()
H A Dif_rge.c263 reg &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1 | in rge_attach()
H A Dif_bge.c2703 reg &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1); in bge_attach()
H A Dif_iwm.c1740 if (lctl & PCI_PCIE_LCSR_ASPM_L1) { in iwm_apm_config()
1753 (lctl & PCI_PCIE_LCSR_ASPM_L1) ? "En" : "Dis", in iwm_apm_config()
H A Dif_iwn.c6833 if (reg & PCI_PCIE_LCSR_ASPM_L1) /* L1 Entry enabled. */ in iwn_apm_init()
H A Dif_iwx.c2403 (lctl & PCI_PCIE_LCSR_ASPM_L1) ? "En" : "Dis", in iwx_apm_config()
/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c2746 if ((lcsr & (PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1)) != 0) in pcie_aspm_enabled()