Searched refs:sc_cap_off (Results 1 – 13 of 13) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_athn_pci.c | 65 int sc_cap_off; member 130 &psc->sc_cap_off, NULL); in athn_pci_attach() 276 psc->sc_cap_off + PCI_PCIE_LCSR); in athn_pci_disable_aspm() 279 psc->sc_cap_off + PCI_PCIE_LCSR, reg); in athn_pci_disable_aspm()
|
H A D | ppb.c | 80 int sc_cap_off; member 217 &sc->sc_cap_off, ®) && (reg & PCI_PCIE_XCAP_SI)) { in ppbattach() 239 sc->sc_cap_off + PCI_PCIE_SLCSR); in ppbattach() 242 sc->sc_cap_off + PCI_PCIE_SLCSR, reg); in ppbattach() 429 if (sc->sc_cap_off) in ppbactivate() 431 sc->sc_cap_off + PCI_PCIE_SLCSR); in ppbactivate() 459 if (sc->sc_cap_off) in ppbactivate() 461 sc->sc_cap_off + PCI_PCIE_SLCSR, sc->sc_slcsr); in ppbactivate() 756 sc->sc_cap_off + PCI_PCIE_SLCSR); in ppb_intr() 765 sc->sc_cap_off + PCI_PCIE_SLCSR, reg); in ppb_intr()
|
H A D | if_wpivar.h | 163 int sc_cap_off; /* PCIe Capabilities. */ member
|
H A D | if_iwnvar.h | 263 int sc_cap_off; /* PCIe Capabilities. */ member
|
H A D | if_iwmvar.h | 580 int sc_cap_off; /* PCIe caps */ member
|
H A D | if_iwxvar.h | 761 int sc_cap_off; /* PCIe caps */ member
|
H A D | if_rtwn.c | 181 int sc_cap_off; member 347 &sc->sc_cap_off, NULL)) { in rtwn_pci_attach() 349 sc->sc_cap_off + PCI_PCIE_LCSR); in rtwn_pci_attach() 352 sc->sc_cap_off + PCI_PCIE_LCSR, lcsr); in rtwn_pci_attach()
|
H A D | if_qwz_pci.c | 335 int sc_cap_off; member 725 &psc->sc_cap_off, NULL) == 0) { in qwz_pci_attach() 2048 psc->sc_cap_off + PCI_PCIE_LCSR); in qwz_pci_aspm_disable() 2055 pci_conf_write(psc->sc_pc, psc->sc_tag, psc->sc_cap_off + PCI_PCIE_LCSR, in qwz_pci_aspm_disable() 2068 psc->sc_cap_off + PCI_PCIE_LCSR, psc->sc_lcsr); in qwz_pci_aspm_restore()
|
H A D | if_qwx_pci.c | 331 int sc_cap_off; member 785 &psc->sc_cap_off, NULL) == 0) { in qwx_pci_attach() 2116 psc->sc_cap_off + PCI_PCIE_LCSR); in qwx_pci_aspm_disable() 2123 pci_conf_write(psc->sc_pc, psc->sc_tag, psc->sc_cap_off + PCI_PCIE_LCSR, in qwx_pci_aspm_disable() 2136 psc->sc_cap_off + PCI_PCIE_LCSR, psc->sc_lcsr); in qwx_pci_aspm_restore()
|
H A D | if_wpi.c | 192 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL); in wpi_attach() 2369 sc->sc_cap_off + PCI_PCIE_LCSR); in wpi_set_pslevel()
|
H A D | if_iwn.c | 349 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL); in iwn_attach() 4797 sc->sc_cap_off + PCI_PCIE_LCSR); in iwn_set_pslevel() 6831 sc->sc_cap_off + PCI_PCIE_LCSR); in iwn_apm_init()
|
H A D | if_iwm.c | 1739 sc->sc_cap_off + PCI_PCIE_LCSR); in iwm_apm_config() 1749 sc->sc_cap_off + PCI_PCIE_DCSR2); in iwm_apm_config() 11676 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL); in iwm_attach()
|
H A D | if_iwx.c | 2396 sc->sc_cap_off + PCI_PCIE_LCSR); in iwx_apm_config() 2399 sc->sc_cap_off + PCI_PCIE_DCSR2); in iwx_apm_config() 11393 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL); in iwx_attach()
|