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

/freebsd-13-stable/sys/dev/pci/
H A Dpci_pci.c947 sc->pcie_slot_cap = pcie_read_config(dev, PCIER_SLOT_CAP, 4);
949 if ((sc->pcie_slot_cap & PCIEM_SLOT_CAP_HPC) == 0)
964 if ((sc->pcie_slot_cap & PCIEM_SLOT_CAP_MRLSP) != 0) {
1012 if (!(sc->pcie_slot_cap & PCIEM_SLOT_CAP_NCCS) &&
1059 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_MRLSP &&
1099 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PIP) {
1110 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PCP) {
1124 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_EIP) {
1400 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_APB)
1402 if (sc->pcie_slot_cap
[all...]
H A Dpcib_private.h137 uint32_t pcie_slot_cap; member in struct:pcib_softc

Completed in 104 milliseconds