Searched refs:rtc7301_update_bits (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/rtc/ |
H A D | rtc-r7301.c | 81 static void rtc7301_update_bits(struct rtc7301_priv *priv, unsigned int reg, in rtc7301_update_bits() function 108 rtc7301_update_bits(priv, RTC7301_CONTROL, RTC7301_CONTROL_STOP, in rtc7301_stop() 114 rtc7301_update_bits(priv, RTC7301_CONTROL, RTC7301_CONTROL_STOP, 0); in rtc7301_start() 129 rtc7301_update_bits(priv, RTC7301_CONTROL, in rtc7301_select_bank() 207 rtc7301_update_bits(priv, RTC7301_ALARM_CONTROL, in rtc7301_alarm_irq()
|