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

/linux-master/drivers/pci/hotplug/
H A Dpciehp_hpc.c153 PCI_EXP_SLTCTL_PIC | \
359 *status = (slot_ctrl & (PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC)) >> 6;
489 PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC);
514 cmd |= (pwr & PCI_EXP_SLTCTL_PIC);
515 mask |= PCI_EXP_SLTCTL_PIC;
/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c661 val &= ~(PCI_EXP_SLTCTL_PCC | PCI_EXP_SLTCTL_PIC);
662 val |= (0x0100 & PCI_EXP_SLTCTL_PIC);
/linux-master/include/uapi/linux/
H A Dpci_regs.h611 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ macro

Completed in 102 milliseconds