Searched refs:OS_GetSystemWork (Results 1 – 15 of 15) sorted by relevance
37 (u8 *)((u32)(OS_GetSystemWork()->nvramUserInfo) + in OS_GetMacAddress()56 src = (NVRAMConfig *)(OS_GetSystemWork()->nvramUserInfo); in OS_GetOwnerInfo()84 NVRAMConfig *src = (NVRAMConfig *)(OS_GetSystemWork()->nvramUserInfo); in OS_GetOwnerRtcOffset()
36 const OSSystemWork *work = OS_GetSystemWork(); in OS_GetLowEntropyData()
75 SDK_ASSERT((u32)&(OS_GetSystemWork()->command_area) == HW_CMD_AREA); in OS_Init()
66 src = (NVRAMConfig *)(OS_GetSystemWork()->nvramUserInfo); in OS_GetOwnerInfoEx()
569 OS_GetSystemWork()->threadinfo_mainp = &OSi_ThreadInfo; in OS_InitThread()571 OS_GetSystemWork()->threadinfo_subp = &OSi_ThreadInfo; in OS_InitThread()
55 #define HW_PARAM_TWL_SETTINGS_DATA ( OS_GetSystemWork()->preloadParameterAddr )57 #define HW_PARAM_TWL_SETTINGS_DATA_END ( OS_GetSystemWork()->preloadParameterAddr + HW_PARAM_TWL_…
356 if (!RtcCheckDate(date, &(((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->t.date))) in RTC_SetDateAsync()425 if (!RtcCheckTime(time, &(((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->t.time))) in RTC_SetTimeAsync()497 if (!RtcCheckDate(date, &(((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->t.date))) in RTC_SetDateTimeAsync()501 if (!RtcCheckTime(time, &(((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->t.time))) in RTC_SetDateTimeAsync()570 ((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->a.status2.intr_mode = status2->intr_mode; in RTCi_SetRegStatus2Async()571 ((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->a.status2.intr2_mode = in RTCi_SetRegStatus2Async()573 ((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->a.status2.test = status2->test; in RTCi_SetRegStatus2Async()643 ((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->a.adjust.adjust = adjust->adjust; in RTCi_SetRegAdjustAsync()980 RTCRawAlarm *pAlarm = &(((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->a.alarm); in RTC_SetAlarmParamAsync()1010 ((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->a.alarm = RtcMakeAlarmParam(param); in RTC_SetAlarmParamAsync()[all …]
44 OSSystemWork *p = OS_GetSystemWork(); in PXI_InitFifo()142 OSSystemWork *p = OS_GetSystemWork(); in PXI_SetFifoRecvCallback()175 OSSystemWork *p = OS_GetSystemWork(); in PXI_IsCallbackReady()
199 ((RTCRawDataEx*)(OS_GetSystemWork()->real_time_clock))->a.fout.fout = *fout; in RTCEXi_SetFoutAsync()264 &(((RTCRawDataEx*)(OS_GetSystemWork()->real_time_clock))->a.counter); in RTCEXi_CommonCallback()274 &(((RTCRawDataEx*)(OS_GetSystemWork()->real_time_clock))->a.fout); in RTCEXi_CommonCallback()
102 OS_GetSystemWork()->mic_last_address = 0; in MIC_Init()453 return (void *)(OS_GetSystemWork()->mic_last_address); in MIC_GetLastSamplingAddress()669 *(u16 *)(micWork.dst_buf) = OS_GetSystemWork()->mic_sampling_data; in MicCommonCallback()
201 spi_tp.halfs[0] = *(u16 *)(&(OS_GetSystemWork()->touch_panel[0])); in TPi_CopyTpFromSystemWork()202 spi_tp.halfs[1] = *(u16 *)(&(OS_GetSystemWork()->touch_panel[2])); in TPi_CopyTpFromSystemWork()417 NVRAMConfig *info = (NVRAMConfig *)(OS_GetSystemWork()->nvramUserInfo); in TP_GetUserInfo()
111 #define OS_GetSystemWork() ((OSSystemWork *)HW_MAIN_MEM_SYSTEM) macro
353 return *((u16 *)((u32)(OS_GetSystemWork()->nvramUserInfo) + in WM_GetAllowedChannel()397 allowedChannel = *((u16 *)((u32)(OS_GetSystemWork()->nvramUserInfo) + in WM_IsExistAllowedChannel()
834 if (OS_GetSystemWork()->wm_callback_control & WM_EXCEPTION_CB_MASK) in WmClearFifoRecvFlag()837 OS_GetSystemWork()->wm_callback_control &= ~WM_EXCEPTION_CB_MASK; in WmClearFifoRecvFlag()
337 src = (NVRAMConfig *)(OS_GetSystemWork()->nvramUserInfo); in CheckLanguageCode()