Home
last modified time | relevance | path

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

/linux/drivers/iio/humidity/
H A Dhdc3020.c406 static u16 hdc3020_thresh_set_temp(int s_temp, u16 curr_thresh) in hdc3020_thresh_set_temp() argument
419 thresh |= (FIELD_GET(HDC3020_THRESH_HUM_MASK, curr_thresh) << in hdc3020_thresh_set_temp()
425 static u16 hdc3020_thresh_set_hum(int s_hum, u16 curr_thresh) in hdc3020_thresh_set_hum() argument
438 thresh |= FIELD_GET(HDC3020_THRESH_TEMP_MASK, curr_thresh); in hdc3020_thresh_set_hum()