Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/light/
Das73211.c73 #define AS73211_SAMPLE_TIME_MAX_MS BIT(AS73211_SAMPLE_TIME_NUM - 1) macro
501 if (time_ms < 0 || !is_power_of_2(time_ms) || time_ms > AS73211_SAMPLE_TIME_MAX_MS) in _as73211_write_raw()