Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c153 PCI_EXP_SLTCTL_PIC | \
361 *status = (slot_ctrl & (PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC)) >> 6; in pciehp_get_raw_indicator_status()
492 pcie_write_cmd_nowait(ctrl, FIELD_PREP(PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC, status), in pciehp_set_raw_indicator_status()
493 PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC); in pciehp_set_raw_indicator_status()
518 cmd |= (pwr & PCI_EXP_SLTCTL_PIC); in pciehp_set_indicators()
519 mask |= PCI_EXP_SLTCTL_PIC; in pciehp_set_indicators()
/linux/include/uapi/linux/
H A Dpci_regs.h622 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ macro