Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpcie.c46 && (sltctl & PCI_EXP_SLTCTL_PIC) == PCI_EXP_SLTCTL_PWR_IND_OFF; in pcie_sltctl_powered_off()
600 if ((sltctl & PCI_EXP_SLTCTL_PIC) == PCI_EXP_SLTCTL_PWR_IND_BLINK) { in pcie_cap_slot_unplug_request_cb()
672 PCI_EXP_SLTCTL_PIC | in pcie_cap_slot_init()
678 PCI_EXP_SLTCTL_PIC | in pcie_cap_slot_init()
717 PCI_EXP_SLTCTL_PIC | in pcie_cap_slot_reset()
838 pcie_led_state_to_str(old_slt_ctl & PCI_EXP_SLTCTL_PIC), in pcie_cap_slot_write_config()
839 pcie_led_state_to_str(val & PCI_EXP_SLTCTL_PIC), in pcie_cap_slot_write_config()
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c152 PCI_EXP_SLTCTL_PIC | \
358 *status = (slot_ctrl & (PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC)) >> 6; in pciehp_get_raw_indicator_status()
488 PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC); in pciehp_set_raw_indicator_status()
513 cmd |= (pwr & PCI_EXP_SLTCTL_PIC); in pciehp_set_indicators()
514 mask |= PCI_EXP_SLTCTL_PIC; in pciehp_set_indicators()
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_pe.c661 val &= ~(PCI_EXP_SLTCTL_PCC | PCI_EXP_SLTCTL_PIC); in eeh_bridge_check_link()
662 val |= (0x0100 & PCI_EXP_SLTCTL_PIC); in eeh_bridge_check_link()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h610 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h611 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ macro