Searched refs:pcie_slot_sta (Results 1 – 2 of 2) sorted by relevance
924 if ((sc->pcie_slot_sta & PCIEM_SLOT_STA_PDS) == 0) in pcib_hotplug_inserted()928 if (sc->pcie_slot_sta & PCIEM_SLOT_STA_PFD) in pcib_hotplug_inserted()933 (sc->pcie_slot_sta & PCIEM_SLOT_STA_MRLSS) != 0) in pcib_hotplug_inserted()970 if ((sc->pcie_slot_sta & (PCIEM_SLOT_STA_PDC | PCIEM_SLOT_STA_PDS)) == in pcib_pcie_hotplug_update()1005 ei_engaged = (sc->pcie_slot_sta & PCIEM_SLOT_STA_EIS) != 0; in pcib_pcie_hotplug_update()1018 sc->pcie_slot_sta & in pcib_pcie_hotplug_update()1052 old_slot_sta = sc->pcie_slot_sta; in pcib_pcie_intr_hotplug()1053 sc->pcie_slot_sta = pcie_read_config(dev, PCIER_SLOT_STA, 2); in pcib_pcie_intr_hotplug()1056 pcie_write_config(dev, PCIER_SLOT_STA, sc->pcie_slot_sta, 2); in pcib_pcie_intr_hotplug()1060 sc->pcie_slot_sta); in pcib_pcie_intr_hotplug()[all …]
118 uint16_t pcie_slot_sta; member