Searched refs:rs5c372rtc_reg_write (Results 1 – 1 of 1) sorted by relevance
58 static int rs5c372rtc_reg_write(struct rs5c372rtc_softc *, int, uint8_t);106 rs5c372rtc_reg_write(sc, RS5C372_CONTROL2, RS5C372_CONTROL2_24HRS); in rs5c372rtc_attach()107 rs5c372rtc_reg_write(sc, RS5C372_CONTROL1, 0); in rs5c372rtc_attach()127 rs5c372rtc_reg_write(struct rs5c372rtc_softc *sc, int reg, uint8_t val) in rs5c372rtc_reg_write() function