Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCTL_AIC (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pci/hotplug/
A Dpciehp_hpc.c154 PCI_EXP_SLTCTL_AIC | \
359 *status = (slot_ctrl & (PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC)) >> 6; in pciehp_get_raw_indicator_status()
375 switch (slot_ctrl & PCI_EXP_SLTCTL_AIC) { in pciehp_get_attention_status()
490 pcie_write_cmd_nowait(ctrl, FIELD_PREP(PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC, status), in pciehp_set_raw_indicator_status()
491 PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC); in pciehp_set_raw_indicator_status()
521 cmd |= (attn & PCI_EXP_SLTCTL_AIC); in pciehp_set_indicators()
522 mask |= PCI_EXP_SLTCTL_AIC; in pciehp_set_indicators()
A Dpciehp_core.c107 status = FIELD_PREP(PCI_EXP_SLTCTL_AIC, status); in set_attention_status()
A Dpnv_php.c433 mask = PCI_EXP_SLTCTL_AIC; in pnv_php_set_attention_state()
/linux/include/uapi/linux/
A Dpci_regs.h606 #define PCI_EXP_SLTCTL_AIC 0x00c0 /* Attention Indicator Control */ macro

Completed in 15 milliseconds