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.c49 #define AS73211_OSR_SS BIT(7) macro
295 data->osr |= AS73211_OSR_DOS_MEASURE | AS73211_OSR_SS; in as73211_req_data()
307 * Reset AS73211_OSR_SS (is self clearing) in order to avoid unintentional in as73211_req_data()
310 data->osr &= ~AS73211_OSR_SS; in as73211_req_data()
336 if (osr_status & AS73211_OSR_SS) { in as73211_req_data()