Searched refs:cfgword (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/iicbus/adc/ |
H A D | ads111x.c | 160 int cfgword; member 204 int err, cfgword, convword, rate, retries, waitns; in ads111x_sample_voltage() local 210 cfgword = sc->cfgword | in ads111x_sample_voltage() 215 if ((err = ads111x_write_2(sc, ADS111x_CONF, cfgword)) != 0) in ads111x_sample_voltage() 244 if ((err = ads111x_read_2(sc, ADS111x_CONF, &cfgword)) != 0) in ads111x_sample_voltage() 246 if (cfgword & ADS111x_CONF_IDLE) in ads111x_sample_voltage() 334 config = sc->cfgword & ADS111x_CONF_USERMASK; in ads111x_sysctl_config() 339 sc->cfgword = config & ADS111x_CONF_USERMASK; in ads111x_sysctl_config() 340 err = ads111x_write_2(sc, ADS111x_CONF, sc->cfgword); in ads111x_sysctl_config() 547 sc->cfgword = ADS111x_CONF_DEFAULT; in ads111x_attach() [all …]
|