Searched refs:thrfixed (Results 1 – 1 of 1) sorted by relevance
137 bool thrfixed; in ad7150_read_event_config() local147 thrfixed = FIELD_GET(AD7150_CFG_FIX, ret); in ad7150_read_event_config()152 return !thrfixed && (threshtype == 0x1); in ad7150_read_event_config()153 return !thrfixed && (threshtype == 0x0); in ad7150_read_event_config()156 return !thrfixed && (threshtype == 0x3); in ad7150_read_event_config()157 return !thrfixed && (threshtype == 0x2); in ad7150_read_event_config()160 return thrfixed && (threshtype == 0x1); in ad7150_read_event_config()161 return thrfixed && (threshtype == 0x0); in ad7150_read_event_config()