Home
last modified time | relevance | path

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

/drivers/hwmon/
Dds1621.c157 u8 conf, new_conf, sreg, resol; in ds1621_init_client() local
181 resol = (new_conf & DS1621_REG_CONFIG_RESOL) >> in ds1621_init_client()
183 data->update_interval = ds1721_convrates[resol]; in ds1621_init_client()
184 data->zbits = 7 - resol; in ds1621_init_client()
295 int resol = 0; in set_convrate() local
302 while (resol < (ARRAY_SIZE(ds1721_convrates) - 1) && in set_convrate()
303 convrate > ds1721_convrates[resol]) in set_convrate()
304 resol++; in set_convrate()
309 data->conf |= (resol << DS1621_REG_CONFIG_RESOL_SHIFT); in set_convrate()
311 data->update_interval = ds1721_convrates[resol]; in set_convrate()
[all …]