Home
last modified time | relevance | path

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

/linux/drivers/iio/humidity/
H A Dhdc3020.c490 u16 reg, reg_val, reg_thresh_rd, reg_clr_rd, reg_thresh_wr, reg_clr_wr; in hdc3020_write_thresh() local
498 reg_clr_rd = HDC3020_R_T_RH_THRESH_HIGH_CLR; in hdc3020_write_thresh()
503 reg_clr_rd = HDC3020_R_T_RH_THRESH_LOW_CLR; in hdc3020_write_thresh()
513 ret = hdc3020_read_be16(data, reg_clr_rd); in hdc3020_write_thresh()