Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/magnetometer/
H A Drm3100-core.c268 #define RM3100_SAMP_NUM 14 macro
275 static const int rm3100_samp_rates[RM3100_SAMP_NUM][3] = {
347 for (i = 0; i < RM3100_SAMP_NUM; i++) { in rm3100_set_samp_freq()
352 if (i == RM3100_SAMP_NUM) { in rm3100_set_samp_freq()
592 if (samp_rate_index < 0 || samp_rate_index >= RM3100_SAMP_NUM) { in rm3100_common_probe()