Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/
Daccess.c431 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_word()
459 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_dword()
Dpci-bridge-emul.c226 .ro = (PCI_EXP_SLTSTA_MRLSS | PCI_EXP_SLTSTA_PDS |
/Linux-v5.10/drivers/pci/hotplug/
Dpciehp_hpc.c281 if (slot_status & PCI_EXP_SLTSTA_PDS) in pcie_wait_for_presence()
449 return !!(slot_status & PCI_EXP_SLTSTA_PDS); in pciehp_card_present()
/Linux-v5.10/arch/powerpc/kernel/
Deeh_pe.c649 if (!(val & PCI_EXP_SLTSTA_PDS)) { in eeh_bridge_check_link()
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h619 #define PCI_EXP_SLTSTA_PDS 0x0040 /* Presence Detect State */ macro
/Linux-v5.10/drivers/pci/controller/
Dpci-mvebu.c464 *value = PCI_EXP_SLTSTA_PDS << 16; in mvebu_pci_bridge_emul_pcie_conf_read()
Dpci-aardvark.c531 *value = PCI_EXP_SLTSTA_PDS << 16; in advk_pci_bridge_emul_pcie_conf_read()