Lines Matching full:indicator
376 #define PCI_EA_BEI 0x000000f0 /* BAR Equivalent Indicator */
497 #define PCI_EXP_DEVCAP_ATN_IND 0x00002000 /* Attention Indicator Present */
498 #define PCI_EXP_DEVCAP_PWR_IND 0x00004000 /* Power Indicator Present */
592 #define PCI_EXP_SLTCAP_AIP 0x00000008 /* Attention Indicator Present */
593 #define PCI_EXP_SLTCAP_PIP 0x00000010 /* Power Indicator Present */
608 #define PCI_EXP_SLTCTL_AIC 0x00c0 /* Attention Indicator Control */
609 #define PCI_EXP_SLTCTL_ATTN_IND_SHIFT 6 /* Attention Indicator shift */
610 #define PCI_EXP_SLTCTL_ATTN_IND_ON 0x0040 /* Attention Indicator on */
611 #define PCI_EXP_SLTCTL_ATTN_IND_BLINK 0x0080 /* Attention Indicator blinking */
612 #define PCI_EXP_SLTCTL_ATTN_IND_OFF 0x00c0 /* Attention Indicator off */
613 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */
614 #define PCI_EXP_SLTCTL_PWR_IND_ON 0x0100 /* Power Indicator on */
615 #define PCI_EXP_SLTCTL_PWR_IND_BLINK 0x0200 /* Power Indicator blinking */
616 #define PCI_EXP_SLTCTL_PWR_IND_OFF 0x0300 /* Power Indicator off */