Searched refs:PCIE_SLOTSTS_PRESENCE_DETECTED (Results 1 – 3 of 3) sorted by relevance
343 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_acpi_slot_poweron()408 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_acpi_slot_poweroff()
359 if (status & PCIE_SLOTSTS_PRESENCE_DETECTED) { in pciehpc_intr()528 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_get_slot_state()1077 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_slot_poweron()1226 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_slot_poweroff()
345 #define PCIE_SLOTSTS_PRESENCE_DETECTED 0x40 /* Card Present in slot */ macro