Searched refs:reset_osc (Results 1 - 1 of 1) sorted by last modified time

/drivers/rtc/
H A Drtc-m41t93.c80 u8 reset_osc = buf[M41T93_REG_ST_SEC] | M41T93_FLAG_ST; local
84 m41t93_set_reg(spi, M41T93_REG_ST_SEC, reset_osc);
85 reset_osc &= ~M41T93_FLAG_ST;
86 m41t93_set_reg(spi, M41T93_REG_ST_SEC, reset_osc);

Completed in 29 milliseconds