Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/light/
Das73211.c45 #define AS73211_OSR_SS BIT(7) macro
243 data->osr |= AS73211_OSR_DOS_MEASURE | AS73211_OSR_SS; in as73211_req_data()
258 data->osr &= ~AS73211_OSR_SS; in as73211_req_data()
284 if (osr_status & AS73211_OSR_SS) { in as73211_req_data()