Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/rtc/
H A Drtc_hi35xx.c306 ret = HiRtcSpiWrite(rtcInfo, RTC_LORD, (value | RTC_LOAD_MASK)); in HiRtcWriteTime()
316 } while (((ret != HDF_SUCCESS) || ((value & RTC_LOAD_MASK) == RTC_LOAD_MASK)) && (cnt != 0)); in HiRtcWriteTime()
320 if ((ret == HDF_SUCCESS) && ((value & RTC_LOAD_MASK) == RTC_LOAD_MASK)) { in HiRtcWriteTime()
H A Drtc_hi35xx.h148 #define RTC_LOAD_MASK 0x1 macro

Completed in 3 milliseconds