Lines Matching +full:2 +full:kohms
11 * ds1803 2 256 10, 50, 100 0101xxx
37 int kohms; member
102 .wipers = 2,
104 .kohms = 10,
110 .wipers = 2,
112 .kohms = 50,
118 .wipers = 2,
120 .kohms = 100,
128 .kohms = 10,
151 *val = 1000 * data->cfg->kohms; in ds1803_read_raw()
152 *val2 = data->cfg->avail[2]; /* Max wiper position */ in ds1803_read_raw()
165 int max_pos = data->cfg->avail[2]; in ds1803_write_raw()