Home
last modified time | relevance | path

Searched refs:SPRD_RTC_POWER_RESET_VALUE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-sc27xx.c93 #define SPRD_RTC_POWER_RESET_VALUE 0x96 macro
97 (~SPRD_RTC_POWER_RESET_VALUE << SPRD_RTC_POWER_STS_SHIFT)
528 * If the RTC power status value is SPRD_RTC_POWER_RESET_VALUE, which in sprd_rtc_check_power_down()
532 rtc->valid = val != SPRD_RTC_POWER_RESET_VALUE; in sprd_rtc_check_power_down()
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-sc27xx.c93 #define SPRD_RTC_POWER_RESET_VALUE 0x96 macro
97 (~SPRD_RTC_POWER_RESET_VALUE << SPRD_RTC_POWER_STS_SHIFT)
562 * If the RTC power status value is SPRD_RTC_POWER_RESET_VALUE, which in sprd_rtc_check_power_down()
566 rtc->valid = val == SPRD_RTC_POWER_RESET_VALUE ? false : true; in sprd_rtc_check_power_down()

Completed in 3 milliseconds