Home
last modified time | relevance | path

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

/linux/drivers/iio/resolver/
H A Dad2s1210.c120 #define THRESHOLD_MILLIVOLT_PER_LSB 38 macro
610 *val = reg_val * THRESHOLD_MILLIVOLT_PER_LSB; in ad2s1210_get_voltage_threshold()
619 reg_val = val / THRESHOLD_MILLIVOLT_PER_LSB; in ad2s1210_set_voltage_threshold()
1022 return sprintf(buf, "%d\n", value * THRESHOLD_MILLIVOLT_PER_LSB); in event_attr_voltage_reg_show()
1040 data / THRESHOLD_MILLIVOLT_PER_LSB); in event_attr_voltage_reg_store()