Home
last modified time | relevance | path

Searched refs:HW_PARAM_DELIVER_ARG (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/include/twl/hw/common/
Dmmap_parameter.h27 #define HW_PARAM_DELIVER_ARG (HW_MAIN_MEM_PARAMETER_BUF + HW_PARAM_DELIVER_ARG_OFS) macro
28 #define HW_PARAM_DELIVER_ARG_END (HW_PARAM_DELIVER_ARG + HW_PARAM_DELIVER_ARG_SIZE)
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_argument.c604 MI_CpuCopy8( sBufferPtr, (void*)HW_PARAM_DELIVER_ARG, sizeof(OSDeliverArgInfo) ); in OS_EncodeDeliverArg()
641 MI_CpuCopy8( (void*)HW_PARAM_DELIVER_ARG, sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_DecodeDeliverArg()
839 OSDeliverArgInfo* p = (OSDeliverArgInfo*)HW_PARAM_DELIVER_ARG; in OS_IsValidDeliverArg()
857 OSDeliverArgInfo* p = (OSDeliverArgInfo*)HW_PARAM_DELIVER_ARG; in OS_IsDeliverArgEncoded()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_application_jump.c120 …DC_FlushRange((const void *)HW_PARAM_DELIVER_ARG, HW_PARAM_DELIVER_ARG_SIZE + HW_PARAM_LAUNCH_PARA… in OS_SetLauncherParamAndResetHardware()