fxos8700_odr
static const struct fxos8700_odr fxos8700_odr[] = {
static const int odr_num = ARRAY_SIZE(fxos8700_odr);
if (fxos8700_odr[i].odr == odr && fxos8700_odr[i].uodr == uodr)
val |= FIELD_PREP(FXOS8700_CTRL_ODR_MSK, fxos8700_odr[i].bits) | FXOS8700_ACTIVE;
static const int odr_num = ARRAY_SIZE(fxos8700_odr);
if (val == fxos8700_odr[i].bits)
*odr = fxos8700_odr[i].odr;
*uodr = fxos8700_odr[i].uodr;