Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dmax11410.c38 #define MAX11410_FILTER_50HZ BIT(5) macro
240 val = !FIELD_GET(MAX11410_FILTER_50HZ, val); in max11410_notch_en_show()
272 filter_bits = MAX11410_FILTER_50HZ; in max11410_notch_en_store()
279 filter_bits = MAX11410_FILTER_50HZ | MAX11410_FILTER_60HZ; in max11410_notch_en_store()