Searched refs:PCI_EXP_SLTCTL_PIC (Results 1 – 3 of 3) sorted by relevance
133 PCI_EXP_SLTCTL_PIC | \311 *status = (slot_ctrl & (PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC)) >> 6; in pciehp_get_raw_indicator_status()416 PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC); in pciehp_set_raw_indicator_status()441 cmd |= (pwr & PCI_EXP_SLTCTL_PIC); in pciehp_set_indicators()442 mask |= PCI_EXP_SLTCTL_PIC; in pciehp_set_indicators()
729 val &= ~(PCI_EXP_SLTCTL_PCC | PCI_EXP_SLTCTL_PIC); in eeh_bridge_check_link()730 val |= (0x0100 & PCI_EXP_SLTCTL_PIC); in eeh_bridge_check_link()
598 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ macro