Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/
Daccess.c673 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_word()
702 *val = PCI_EXP_SLTSTA_PDS; in pcie_capability_read_dword()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h550 #define PCI_EXP_SLTSTA_PDS 0x0040 /* Presence Detect State */ macro
/linux-4.1.27/arch/powerpc/kernel/
Deeh_pe.c694 if (!(val & PCI_EXP_SLTSTA_PDS)) { in eeh_bridge_check_link()
/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_hpc.c413 *status = !!(slot_status & PCI_EXP_SLTSTA_PDS); in pciehp_get_adapter_status()