Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_hpc.c459 PCI_EXP_SLTCTL_PIC); in pciehp_green_led_on()
473 PCI_EXP_SLTCTL_PIC); in pciehp_green_led_off()
487 PCI_EXP_SLTCTL_PIC); in pciehp_green_led_blink()
/linux-4.1.27/arch/powerpc/kernel/
Deeh_pe.c705 val &= ~(PCI_EXP_SLTCTL_PCC | PCI_EXP_SLTCTL_PIC); in eeh_bridge_check_link()
706 val |= (0x0100 & PCI_EXP_SLTCTL_PIC); in eeh_bridge_check_link()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h534 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ macro