Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/
Daccess.c436 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_word()
464 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_dword()
Dpci-bridge-emul.c247 .ro = (PCI_EXP_SLTSTA_MRLSS | PCI_EXP_SLTSTA_PDS |
/linux-6.1.9/drivers/pci/hotplug/
Dpciehp_hpc.c283 if (slot_status & PCI_EXP_SLTSTA_PDS) in pcie_wait_for_presence()
451 return !!(slot_status & PCI_EXP_SLTSTA_PDS); in pciehp_card_present()
/linux-6.1.9/arch/powerpc/kernel/
Deeh_pe.c650 if (!(val & PCI_EXP_SLTSTA_PDS)) { in eeh_bridge_check_link()
/linux-6.1.9/include/uapi/linux/
Dpci_regs.h628 #define PCI_EXP_SLTSTA_PDS 0x0040 /* Presence Detect State */ macro
/linux-6.1.9/drivers/pci/controller/
Dpci-mvebu.c944 bridge->pcie_conf.slotsta = cpu_to_le16(PCI_EXP_SLTSTA_PDS); in mvebu_pci_bridge_emul_init()
Dpci-aardvark.c1076 bridge->pcie_conf.slotsta = cpu_to_le16(PCI_EXP_SLTSTA_PDS); in advk_sw_pci_bridge_init()