Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dmax11410.c39 #define MAX11410_FILTER_60HZ BIT(4) macro
243 val = !FIELD_GET(MAX11410_FILTER_60HZ, val); in max11410_notch_en_show()
275 filter_bits = MAX11410_FILTER_60HZ; in max11410_notch_en_store()
279 filter_bits = MAX11410_FILTER_50HZ | MAX11410_FILTER_60HZ; in max11410_notch_en_store()