Searched refs:threshtype (Results 1 – 1 of 1) sorted by relevance
136 u8 threshtype; in ad7150_read_event_config() local144 threshtype = FIELD_GET(AD7150_THRESHTYPE_MSK, 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()