Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Daccess.c444 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_word()
472 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_dword()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h606 #define PCI_EXP_SLTSTA_PDS 0x0040 /* Presence Detect State */ macro
/Linux-v4.19/arch/powerpc/kernel/
Deeh_pe.c730 if (!(val & PCI_EXP_SLTSTA_PDS)) { in eeh_bridge_check_link()
/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_hpc.c398 *status = !!(slot_status & PCI_EXP_SLTSTA_PDS); in pciehp_get_adapter_status()
/Linux-v4.19/drivers/pci/controller/
Dpci-mvebu.c612 *value = PCI_EXP_SLTSTA_PDS << 16; in mvebu_sw_pci_bridge_read()