Searched refs:LM75_CONF_SHUTD (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/
H A Dlm75.c61 #define LM75_CONF_SHUTD 0x01 macro
564 tmp = shutdown = (sc->sc_conf & LM75_CONF_SHUTD) ? 1 : 0;
571 sc->sc_conf &= ~LM75_CONF_SHUTD;
573 sc->sc_conf |= LM75_CONF_SHUTD;

Completed in 68 milliseconds