Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/humidity/
Dhdc3020.c57 #define HDC3020_THRESH_HUM_MASK GENMASK(15, 9) macro
400 hum = FIELD_GET(HDC3020_THRESH_HUM_MASK, thresh) << in hdc3020_thresh_get_hum()
419 thresh |= (FIELD_GET(HDC3020_THRESH_HUM_MASK, curr_thresh) << in hdc3020_thresh_set_temp()
437 thresh = FIELD_PREP(HDC3020_THRESH_HUM_MASK, hum); in hdc3020_thresh_set_hum()