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

/freebsd-12-stable/sys/dev/pci/
H A Dpci_pci.c1048 if ((sc->pcie_slot_sta & PCIEM_SLOT_STA_PDS) == 0)
1052 if (sc->pcie_slot_sta & PCIEM_SLOT_STA_PFD)
1057 (sc->pcie_slot_sta & PCIEM_SLOT_STA_MRLSS) != 0)
1089 if ((sc->pcie_slot_sta & (PCIEM_SLOT_STA_PDC | PCIEM_SLOT_STA_PDS)) ==
1123 ei_engaged = (sc->pcie_slot_sta & PCIEM_SLOT_STA_EIS) != 0;
1136 sc->pcie_slot_sta &
1168 old_slot_sta = sc->pcie_slot_sta;
1169 sc->pcie_slot_sta = pcie_read_config(dev, PCIER_SLOT_STA, 2);
1172 pcie_write_config(dev, PCIER_SLOT_STA, sc->pcie_slot_sta, 2);
1176 sc->pcie_slot_sta);
[all...]
H A Dpcib_private.h136 uint16_t pcie_slot_sta; member in struct:pcib_softc

Completed in 61 milliseconds