Searched defs:ds3231_softc (Results 1 – 1 of 1) sorted by relevance
55 struct ds3231_softc { struct56 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