Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/pci/hotplug/
Dpciehp_hpc.c407 atten_led_state = (slot_ctrl & PCI_EXP_SLTCTL_AIC) >> 6; in pciehp_get_attention_status()
514 cmd_mask = PCI_EXP_SLTCTL_AIC; in pciehp_set_attention_status()
/linux-3.4.99/include/linux/
Dpci_regs.h485 #define PCI_EXP_SLTCTL_AIC 0x00c0 /* Attention Indicator Control */ macro