Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-bd70528.c72 *old_state |= BD70528_WAKE_STATE_BIT; in bd70528_set_wake()
74 *old_state &= ~BD70528_WAKE_STATE_BIT; in bd70528_set_wake()
76 if (!enable == !(*old_state & BD70528_WAKE_STATE_BIT)) in bd70528_set_wake()
151 ret = bd70528_set_wake(r->parent, new_state & BD70528_WAKE_STATE_BIT, in bd70528_set_rtc_based_timers()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Drohm-bd70528.h327 #define BD70528_WAKE_STATE_BIT 0x4 macro