Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/adc/
H A Dad7418.c50 #define AD7418_CONF_SHUTDOWN 0x01 macro
128 if (conf >= 0 && (conf & AD7418_CONF_SHUTDOWN)) in ad7418_attach()
129 ad7418_write_1(dev, AD7418_CONF, conf &~ AD7418_CONF_SHUTDOWN); in ad7418_attach()