Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/light/
H A Dopt4060.c694 static u32 opt4060_calc_val_from_th_reg(u32 th_reg) in opt4060_calc_val_from_th_reg() argument
702 th_exp = (th_reg >> 12) & 0xf; in opt4060_calc_val_from_th_reg()
703 th_val = th_reg & 0xfff; in opt4060_calc_val_from_th_reg()