Home
last modified time | relevance | path

Searched defs:ds3231_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/iicbus/rtc/
H A Dds3231.c55 struct ds3231_softc { struct
56 device_t sc_dev;
57 int sc_last_c;
58 int sc_year0;
59 struct intr_config_hook enum_hook;
83 ds3231_ctrl_read(struct ds3231_softc *sc) in ds3231_ctrl_read() argument