Searched refs:PCI_EXP_SLTCTL_PIC (Results 1 – 4 of 4) sorted by relevance
153 PCI_EXP_SLTCTL_PIC | \360 *status = (slot_ctrl & (PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC)) >> 6; in pciehp_get_raw_indicator_status() 491 pcie_write_cmd_nowait(ctrl, FIELD_PREP(PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC, status), in pciehp_set_raw_indicator_status() 492 PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC); in pciehp_set_raw_indicator_status() 517 cmd |= (pwr & PCI_EXP_SLTCTL_PIC); in pciehp_set_indicators() 518 mask |= PCI_EXP_SLTCTL_PIC; in pciehp_set_indicators()
451 *state = (status & (PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC)) >> 6; in pnv_php_get_raw_indicator_status()
661 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()
613 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ macro