Lines Matching full:indicates
105 #define EVNTS_MISSED_SHIFT (8) /* Indicates number of events missed */
107 #define EVNT_TS_LEN_SHIFT (6) /* Indicates length of the Timestamp field in 16-bit word…
109 #define EVNT_RF (1<<5) /* Indicates whether the event is a rise or falling event…
110 #define EVNT_NUM_SHIFT (2) /* Indicates Event Timestamp Unit which detected an event…
112 #define MULT_EVNT (1<<1) /* Indicates multiple events were detected at the same ti…
116 #define E7_RISE (1<<15) /* Indicates direction of Event 7 */
117 #define E7_DET (1<<14) /* Indicates Event 7 detected */
118 #define E6_RISE (1<<13) /* Indicates direction of Event 6 */
119 #define E6_DET (1<<12) /* Indicates Event 6 detected */
120 #define E5_RISE (1<<11) /* Indicates direction of Event 5 */
121 #define E5_DET (1<<10) /* Indicates Event 5 detected */
122 #define E4_RISE (1<<9) /* Indicates direction of Event 4 */
123 #define E4_DET (1<<8) /* Indicates Event 4 detected */
124 #define E3_RISE (1<<7) /* Indicates direction of Event 3 */
125 #define E3_DET (1<<6) /* Indicates Event 3 detected */
126 #define E2_RISE (1<<5) /* Indicates direction of Event 2 */
127 #define E2_DET (1<<4) /* Indicates Event 2 detected */
128 #define E1_RISE (1<<3) /* Indicates direction of Event 1 */
129 #define E1_DET (1<<2) /* Indicates Event 1 detected */
130 #define E0_RISE (1<<1) /* Indicates direction of Event 0 */
131 #define E0_DET (1<<0) /* Indicates Event 0 detected */