Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/iio/cdc/
H A Dad7150.c137 bool thrfixed; in ad7150_read_event_config() local
147 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()