Searched refs:t_wake (Results 1 – 4 of 4) sorted by relevance
162 uint64_t t_wake = READ_PERI_REG(RTC_CNTL_TIME_LOW0_REG); in rtc_light_slp_time_get() local163 t_wake |= ((uint64_t) READ_PERI_REG(RTC_CNTL_TIME_HIGH0_REG)) << 32; in rtc_light_slp_time_get()166 return (t_wake - t_slp); in rtc_light_slp_time_get()173 uint64_t t_wake = rtc_time_get(); in rtc_deep_slp_time_get() local174 return (t_wake - t_slp); in rtc_deep_slp_time_get()
154 uint64_t t_wake = READ_PERI_REG(RTC_CNTL_TIME_LOW0_REG); in rtc_light_slp_time_get() local155 t_wake |= ((uint64_t) READ_PERI_REG(RTC_CNTL_TIME_HIGH0_REG)) << 32; in rtc_light_slp_time_get()158 return (t_wake - t_slp); in rtc_light_slp_time_get()165 uint64_t t_wake = rtc_time_get(); in rtc_deep_slp_time_get() local166 return (t_wake - t_slp); in rtc_deep_slp_time_get()
168 uint64_t t_wake = READ_PERI_REG(RTC_CNTL_TIME_LOW0_REG); in rtc_light_slp_time_get() local169 t_wake |= ((uint64_t) READ_PERI_REG(RTC_CNTL_TIME_HIGH0_REG)) << 32; in rtc_light_slp_time_get()172 return (t_wake - t_slp); in rtc_light_slp_time_get()179 uint64_t t_wake = rtc_time_get(); in rtc_deep_slp_time_get() local180 return (t_wake - t_slp); in rtc_deep_slp_time_get()
235 uint64_t t_wake = READ_PERI_REG(RTC_CNTL_TIME_LOW0_REG); in rtc_light_slp_time_get() local236 t_wake |= ((uint64_t) READ_PERI_REG(RTC_CNTL_TIME_HIGH0_REG)) << 32; in rtc_light_slp_time_get()239 return (t_wake - t_slp); in rtc_light_slp_time_get()246 uint64_t t_wake = rtc_time_get(); in rtc_deep_slp_time_get() local247 return (t_wake - t_slp); in rtc_deep_slp_time_get()