Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCAP_HPC (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie.c483 if (dev->hotplugged && (sltcap & PCI_EXP_SLTCAP_HPC) == 0) { in pcie_cap_slot_pre_plug_cb()
587 if ((sltcap & PCI_EXP_SLTCAP_HPC) == 0) { in pcie_cap_slot_unplug_request_cb()
659 PCI_EXP_SLTCAP_HPC); in pcie_cap_slot_init()
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c1037 FLAG(slot_cap, PCI_EXP_SLTCAP_HPC), in pcie_init()
1072 if (slot_cap & PCI_EXP_SLTCAP_HPC && in quirk_cmd_compl()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h592 #define PCI_EXP_SLTCAP_HPC 0x00000040 /* Hot-Plug Capable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h593 #define PCI_EXP_SLTCAP_HPC 0x00000040 /* Hot-Plug Capable */ macro
/openbmc/linux/drivers/pci/
H A Dpci-acpi.c802 if (!(slot_cap & PCI_EXP_SLTCAP_HPC)) in pciehp_is_native()
H A Dprobe.c1589 if (reg32 & PCI_EXP_SLTCAP_HPC) in set_pcie_hotplug_bridge()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c283 val &= ~PCI_EXP_SLTCAP_HPC; in qcom_pcie_clear_hpc()