Home
last modified time | relevance | path

Searched refs:BD70528_ELAPSED_STATE_BIT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/rtc/
Drtc-bd70528.c104 *old_state |= BD70528_ELAPSED_STATE_BIT; in bd70528_set_elapsed_tmr()
106 *old_state &= ~BD70528_ELAPSED_STATE_BIT; in bd70528_set_elapsed_tmr()
108 if ((!enable) == (!(*old_state & BD70528_ELAPSED_STATE_BIT))) in bd70528_set_elapsed_tmr()
134 new_state & BD70528_ELAPSED_STATE_BIT, in bd70528_set_rtc_based_timers()
/Linux-v5.4/include/linux/mfd/
Drohm-bd70528.h345 #define BD70528_ELAPSED_STATE_BIT 0x2 macro