Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Das73211.c48 #define AS73211_OSR_SS BIT(7) macro
294 data->osr |= AS73211_OSR_DOS_MEASURE | AS73211_OSR_SS; in as73211_req_data()
306 * Reset AS73211_OSR_SS (is self clearing) in order to avoid unintentional in as73211_req_data()
309 data->osr &= ~AS73211_OSR_SS; in as73211_req_data()
335 if (osr_status & AS73211_OSR_SS) { in as73211_req_data()