Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/rtc/
H A Drtc_hi35xx.c189 ret = HiRtcSpiWrite(rtcInfo, RTC_LORD, (value | RTC_LOCK_MASK)); in HiRtcReadPreviousConfig()
221 } while (((ret != HDF_SUCCESS) || ((value & RTC_LOCK_MASK) == RTC_LOCK_MASK)) && (cnt != 0)); in HiRtcReadTime()
223 if ((ret == HDF_SUCCESS) && ((value & RTC_LOCK_MASK) == RTC_LOCK_MASK)) { in HiRtcReadTime()
H A Drtc_hi35xx.h147 #define RTC_LOCK_MASK 0x2 macro

Completed in 3 milliseconds