Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c153 PCI_EXP_SLTCTL_AIC | \
358 *status = (slot_ctrl & (PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC)) >> 6; in pciehp_get_raw_indicator_status()
374 switch (slot_ctrl & PCI_EXP_SLTCTL_AIC) { in pciehp_get_attention_status()
488 PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC); in pciehp_set_raw_indicator_status()
518 cmd |= (attn & PCI_EXP_SLTCTL_AIC); in pciehp_set_indicators()
519 mask |= PCI_EXP_SLTCTL_AIC; in pciehp_set_indicators()
H A Dpnv_php.c432 mask = PCI_EXP_SLTCTL_AIC; in pnv_php_set_attention_state()
/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h76 PCI_EXP_SLTCTL_AIC | \
/openbmc/qemu/hw/pci/
H A Dpcie.c673 PCI_EXP_SLTCTL_AIC); in pcie_cap_slot_init()
679 PCI_EXP_SLTCTL_AIC | in pcie_cap_slot_init()
718 PCI_EXP_SLTCTL_AIC | in pcie_cap_slot_reset()
840 pcie_led_state_to_str(old_slt_ctl & PCI_EXP_SLTCTL_AIC), in pcie_cap_slot_write_config()
841 pcie_led_state_to_str(val & PCI_EXP_SLTCTL_AIC), in pcie_cap_slot_write_config()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h605 #define PCI_EXP_SLTCTL_AIC 0x00c0 /* Attention Indicator Control */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h606 #define PCI_EXP_SLTCTL_AIC 0x00c0 /* Attention Indicator Control */ macro