Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iio/light/
Das73211.c52 #define AS73211_AGEN_DEVID_MASK GENMASK(7, 4) macro
53 #define AS73211_AGEN_DEVID(x) FIELD_PREP(AS73211_AGEN_DEVID_MASK, (x))
713 if ((ret & AS73211_AGEN_DEVID_MASK) != AS73211_AGEN_DEVID(2) || in as73211_probe()