Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/rtc/
H A Dds3231reg.h55 #define DS3231_CTRL_CONV (1 << 5) macro
H A Dds3231.c198 newc = conv = (sc->sc_ctrl & DS3231_CTRL_CONV) ? 1 : 0; in ds3231_conv_sysctl()
208 sc->sc_ctrl |= DS3231_CTRL_CONV; in ds3231_conv_sysctl()