Searched refs:pcie_slot_cap (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/pci/
H A Dpci_pci.c944 sc->pcie_slot_cap = pcie_read_config(dev, PCIER_SLOT_CAP, 4);
946 if ((sc->pcie_slot_cap & PCIEM_SLOT_CAP_HPC) == 0)
961 if ((sc->pcie_slot_cap & PCIEM_SLOT_CAP_MRLSP) != 0) {
1009 if (!(sc->pcie_slot_cap & PCIEM_SLOT_CAP_NCCS) &&
1056 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_MRLSP &&
1096 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PIP) {
1107 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PCP) {
1121 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_EIP) {
1394 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_APB)
1396 if (sc->pcie_slot_cap
[all...]
H A Dpcib_private.h137 uint32_t pcie_slot_cap; member in struct:pcib_softc

Completed in 109 milliseconds