Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/hotplug/
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()
/linux-6.6.21/arch/powerpc/kernel/
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()
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h610 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ macro