Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/rtc/
H A Drv3032.c152 struct rv3032_softc { struct
174 rv3032_update_register(struct rv3032_softc *sc, uint8_t reg, uint8_t value, uint8_t mask) in rv3032_update_register() argument
189 rv3032_eeprom_wait(struct rv3032_softc *sc) in rv3032_eeprom_wait()
212 rv3032_eeprom_disable(struct rv3032_softc *sc) in rv3032_eeprom_disable()
224 rv3032_eeprom_update(struct rv3032_softc *sc) in rv3032_eeprom_update()
238 rv3032_eeprom_enable(struct rv3032_softc *sc) in rv3032_eeprom_enable()
251 rv3032_update_cfg(struct rv3032_softc *sc) in rv3032_update_cfg()
265 rv3032_temp_read(struct rv3032_softc *sc, int *temp) in rv3032_temp_read()
289 struct rv3032_softc *sc; in rv3032_temp_sysctl()
291 sc = (struct rv3032_softc *)arg1; in rv3032_temp_sysctl()
[all …]