Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/light/
H A Dopt4060.c764 unsigned int regval, fault_count_val; in opt4060_write_ev_period() local
771 fault_count_val = OPT4060_CTRL_FAULT_COUNT_1; in opt4060_write_ev_period()
773 fault_count_val = OPT4060_CTRL_FAULT_COUNT_2; in opt4060_write_ev_period()
775 fault_count_val = OPT4060_CTRL_FAULT_COUNT_4; in opt4060_write_ev_period()
777 fault_count_val = OPT4060_CTRL_FAULT_COUNT_8; in opt4060_write_ev_period()
779 regval = FIELD_PREP(OPT4060_CTRL_FAULT_COUNT_MASK, fault_count_val); in opt4060_write_ev_period()