Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/mt6397/
H A Drtc.h61 #define RTC_PDN2_PWRON_ALARM BIT(4) macro
/openbmc/linux/drivers/rtc/
H A Drtc-mt6397.c171 alm->pending = !!(pdn2 & RTC_PDN2_PWRON_ALARM); in mtk_rtc_read_alarm()