r2025.c | 70 static int r2025rtc_reg_write(struct r2025rtc_softc *, int, uint8_t*, int); 188 if ((error = r2025rtc_reg_write(sc, R2025_REG_CTRL1, &rctrl, 1)) != 0) { 193 if ((error = r2025rtc_reg_write(sc, R2025_REG_SEC, bcd, 204 r2025rtc_reg_write(struct r2025rtc_softc *sc, int reg, uint8_t *val, int len) function in typeref:typename:int 213 "r2025rtc_reg_write: failed to acquire I2C bus\n"); 224 aprint_error_dev(sc->sc_dev, "r2025rtc_reg_write: "
|