Searched refs:rtca3_byte_update_bits (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/rtc/ |
H A D | rtc-renesas-rtca3.c | 136 static void rtca3_byte_update_bits(struct rtca3_priv *priv, u8 off, u8 mask, u8 val) in rtca3_byte_update_bits() function 194 rtca3_byte_update_bits(priv, RTCA3_RCR1, in rtca3_periodic_handler() 247 rtca3_byte_update_bits(priv, RTCA3_RSR, RTCA3_RSR_CF, 0); in rtca3_read_time() 331 rtca3_byte_update_bits(priv, RTCA3_RSR, interrupts, 0); in rtca3_alarm_irq_set_helper() 337 rtca3_byte_update_bits(priv, RTCA3_RCR1, interrupts, val); in rtca3_alarm_irq_set_helper() 544 rtca3_byte_update_bits(priv, RTCA3_RCR2, RTCA3_RCR2_ADJP, adjp); in rtca3_set_offset() 660 rtca3_byte_update_bits(priv, RTCA3_RCR1, RTCA3_RCR1_PES, val); in rtca3_initial_setup()
|