Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/humidity/
Dhdc3020.c55 #define HDC3020_THRESH_TEMP_MASK GENMASK(8, 0) macro
384 temp = FIELD_GET(HDC3020_THRESH_TEMP_MASK, thresh) << in hdc3020_thresh_get_temp()
418 thresh = FIELD_PREP(HDC3020_THRESH_TEMP_MASK, temp); in hdc3020_thresh_set_temp()
438 thresh |= FIELD_GET(HDC3020_THRESH_TEMP_MASK, curr_thresh); in hdc3020_thresh_set_hum()