Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTSTA_PDS (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie.c510 PCI_EXP_SLTSTA_PDS); in pcie_cap_slot_plug_cb()
526 PCI_EXP_SLTSTA_PDS); in pcie_cap_slot_plug_cb()
565 PCI_EXP_SLTSTA_PDS); in pcie_cap_slot_do_unplug()
697 PCI_EXP_SLTSTA_PDS); in pcie_cap_slot_init()
837 (sltsta & PCI_EXP_SLTSTA_PDS) ? "present" : "not present", in pcie_cap_slot_write_config()
854 if ((sltsta & PCI_EXP_SLTSTA_PDS) && pcie_sltctl_powered_off(val) && in pcie_cap_slot_write_config()
/openbmc/linux/drivers/pci/
H A Daccess.c442 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_word()
470 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_dword()
H A Dpci-bridge-emul.c247 .ro = (PCI_EXP_SLTSTA_MRLSS | PCI_EXP_SLTSTA_PDS |
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c283 if (slot_status & PCI_EXP_SLTSTA_PDS) in pcie_wait_for_presence()
445 return !!(slot_status & PCI_EXP_SLTSTA_PDS); in pciehp_card_present()
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_pe.c650 if (!(val & PCI_EXP_SLTSTA_PDS)) { in eeh_bridge_check_link()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h628 #define PCI_EXP_SLTSTA_PDS 0x0040 /* Presence Detect State */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h629 #define PCI_EXP_SLTSTA_PDS 0x0040 /* Presence Detect State */ macro
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c944 bridge->pcie_conf.slotsta = cpu_to_le16(PCI_EXP_SLTSTA_PDS); in mvebu_pci_bridge_emul_init()
H A Dpci-aardvark.c1076 bridge->pcie_conf.slotsta = cpu_to_le16(PCI_EXP_SLTSTA_PDS); in advk_sw_pci_bridge_init()