Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/light/
Das73211.c76 #define AS73211_SAMPLE_TIME_MAX_MS BIT(AS73211_SAMPLE_TIME_NUM - 1) macro
571 if (time_ms < 0 || !is_power_of_2(time_ms) || time_ms > AS73211_SAMPLE_TIME_MAX_MS) in _as73211_write_raw()