Searched refs:reset_osc (Results 1 – 1 of 1) sorted by relevance
77 u8 reset_osc = buf[M41T93_REG_ST_SEC] | M41T93_FLAG_ST; in m41t93_set_time() local81 m41t93_set_reg(spi, M41T93_REG_ST_SEC, reset_osc); in m41t93_set_time()82 reset_osc &= ~M41T93_FLAG_ST; in m41t93_set_time()83 m41t93_set_reg(spi, M41T93_REG_ST_SEC, reset_osc); in m41t93_set_time()
Completed in 4 milliseconds