Home
last modified time | relevance | path

Searched refs:OS_GetSystemWork (Results 1 – 15 of 15) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_ownerInfo.c37 (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()
Dos_entropy.c36 const OSSystemWork *work = OS_GetSystemWork(); in OS_GetLowEntropyData()
Dos_init.c75 SDK_ASSERT((u32)&(OS_GetSystemWork()->command_area) == HW_CMD_AREA); in OS_Init()
Dos_ownerInfoEx.c66 src = (NVRAMConfig *)(OS_GetSystemWork()->nvramUserInfo); in OS_GetOwnerInfoEx()
Dos_thread.c569 OS_GetSystemWork()->threadinfo_mainp = &OSi_ThreadInfo; in OS_InitThread()
571 OS_GetSystemWork()->threadinfo_subp = &OSi_ThreadInfo; in OS_InitThread()
/TwlSDK-5.1.0/include/twl/hw/common/
Dmmap_parameter.h55 #define HW_PARAM_TWL_SETTINGS_DATA ( OS_GetSystemWork()->preloadParameterAddr )
57 #define HW_PARAM_TWL_SETTINGS_DATA_END ( OS_GetSystemWork()->preloadParameterAddr + HW_PARAM_TWL_…
/TwlSDK-5.1.0/build/libraries/rtc/ARM9/src/
Dexternal.c356 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 …]
/TwlSDK-5.1.0/build/libraries/pxi/common/src/
Dpxi_fifo.c44 OSSystemWork *p = OS_GetSystemWork(); in PXI_InitFifo()
142 OSSystemWork *p = OS_GetSystemWork(); in PXI_SetFifoRecvCallback()
175 OSSystemWork *p = OS_GetSystemWork(); in PXI_IsCallbackReady()
/TwlSDK-5.1.0/build/libraries/rtc/ARM9.TWL/src/
Dexternal_ex.c199 ((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()
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dmic.c102 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()
Dtp.c201 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()
/TwlSDK-5.1.0/include/nitro/os/common/
DsystemWork.h111 #define OS_GetSystemWork() ((OSSystemWork *)HW_MAIN_MEM_SYSTEM) macro
/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_sync.c353 return *((u16 *)((u32)(OS_GetSystemWork()->nvramUserInfo) + in WM_GetAllowedChannel()
397 allowedChannel = *((u16 *)((u32)(OS_GetSystemWork()->nvramUserInfo) + in WM_IsExistAllowedChannel()
Dwm_system.c834 if (OS_GetSystemWork()->wm_callback_control & WM_EXCEPTION_CB_MASK) in WmClearFifoRecvFlag()
837 OS_GetSystemWork()->wm_callback_control &= ~WM_EXCEPTION_CB_MASK; in WmClearFifoRecvFlag()
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c337 src = (NVRAMConfig *)(OS_GetSystemWork()->nvramUserInfo); in CheckLanguageCode()