Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c247 .ro = (PCI_EXP_SLTSTA_MRLSS | PCI_EXP_SLTSTA_PDS |
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h627 #define PCI_EXP_SLTSTA_MRLSS 0x0020 /* MRL Sensor State */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h628 #define PCI_EXP_SLTSTA_MRLSS 0x0020 /* MRL Sensor State */ macro
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c420 *status = !!(slot_status & PCI_EXP_SLTSTA_MRLSS); in pciehp_get_latch_status()