Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCTL_PIC (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/pci/
H A Dpcie.c46 && (sltctl & PCI_EXP_SLTCTL_PIC) == PCI_EXP_SLTCTL_PWR_IND_OFF; in pcie_sltctl_powered_off()
633 if ((sltctl & PCI_EXP_SLTCTL_PIC) == PCI_EXP_SLTCTL_PWR_IND_BLINK) { in pcie_cap_slot_unplug_request_cb()
705 PCI_EXP_SLTCTL_PIC | in pcie_cap_slot_init()
711 PCI_EXP_SLTCTL_PIC | in pcie_cap_slot_init()
750 PCI_EXP_SLTCTL_PIC | in pcie_cap_slot_reset()
871 pcie_led_state_to_str(old_slt_ctl & PCI_EXP_SLTCTL_PIC), in pcie_cap_slot_write_config()
872 pcie_led_state_to_str(val & PCI_EXP_SLTCTL_PIC), in pcie_cap_slot_write_config()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h613 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ macro