Home
last modified time | relevance | path

Searched refs:RTC_PDN2_PWRON_ALARM (Results 1 - 4 of 4) sorted by relevance

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

Completed in 4 milliseconds