Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCTL_AIC (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/pci/
H A Dpcie_regs.h76 PCI_EXP_SLTCTL_AIC | \
/qemu/hw/pci/
H A Dpcie.c706 PCI_EXP_SLTCTL_AIC); in pcie_cap_slot_init()
712 PCI_EXP_SLTCTL_AIC | in pcie_cap_slot_init()
751 PCI_EXP_SLTCTL_AIC | in pcie_cap_slot_reset()
873 pcie_led_state_to_str(old_slt_ctl & PCI_EXP_SLTCTL_AIC), in pcie_cap_slot_write_config()
874 pcie_led_state_to_str(val & PCI_EXP_SLTCTL_AIC), in pcie_cap_slot_write_config()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h608 #define PCI_EXP_SLTCTL_AIC 0x00c0 /* Attention Indicator Control */ macro