Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/humidity/
H A Dhdc3020.c481 u16 reg, reg_val, reg_thresh_rd, reg_clr_rd, reg_thresh_wr, reg_clr_wr; in hdc3020_write_thresh() local
487 reg_thresh_rd = HDC3020_R_T_RH_THRESH_HIGH; in hdc3020_write_thresh()
492 reg_thresh_rd = HDC3020_R_T_RH_THRESH_LOW; in hdc3020_write_thresh()
499 ret = hdc3020_read_be16(data, reg_thresh_rd); in hdc3020_write_thresh()