Home
last modified time | relevance | path

Searched refs:PCI_PCIE_SLCSR (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dppb.c239 sc->sc_cap_off + PCI_PCIE_SLCSR); in ppbattach()
242 sc->sc_cap_off + PCI_PCIE_SLCSR, reg); in ppbattach()
431 sc->sc_cap_off + PCI_PCIE_SLCSR); 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 Dpcireg.h608 #define PCI_PCIE_SLCSR 0x18 macro