Home
last modified time | relevance | path

Searched refs:sSendBuf (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.1.0/build/demos/mb/multiboot-Model/common/src/
Dgmain.c32 static u8 sSendBuf[256] ATTRIBUTE_ALIGN(32); // Send buffer (must be aligned to 32 bytes) variable
58 sShareDataPtr = (GShareData *) sSendBuf; in GInitDataShare()
60 DC_FlushRange(sSendBuf, 4); in GInitDataShare()
88 if (!WH_StepDS(sSendBuf)) in GStepDataShare()
/TwlSDK-5.1.0/build/demos/mb/cloneboot/src/
Dgmain.c35 static u8 sSendBuf[256] ATTRIBUTE_ALIGN(32); // Send buffer (must be aligned to 32 bytes) variable
61 sShareDataPtr = (GShareData *) sSendBuf; in GInitDataShare()
63 DC_FlushRange(sSendBuf, 4); in GInitDataShare()
93 if (!WH_StepDS(sSendBuf)) in GStepDataShare()
/TwlSDK-5.1.0/build/demos/wvr/with_mb/common/src/
Dgmain.c35 static u8 sSendBuf[256] ATTRIBUTE_ALIGN(32); // Send buffer (must be aligned to 32 bytes) variable
61 sShareDataPtr = (GShareData *) sSendBuf; in GInitDataShare()
63 DC_FlushRange(sSendBuf, 4); in GInitDataShare()
93 if (!WH_StepDS(sSendBuf)) in GStepDataShare()
/TwlSDK-5.1.0/build/demos/mb/fake_child/common/src/
Dgmain.c38 static u8 sSendBuf[256] ATTRIBUTE_ALIGN(32); // Send buffer (must be aligned to 32 bytes) variable
64 sShareDataPtr = (GShareData *) sSendBuf; in GInitDataShare()
66 DC_FlushRange(sSendBuf, 4); in GInitDataShare()
94 if (!WH_StepDS(sSendBuf)) in GStepDataShare()
/TwlSDK-5.1.0/build/demos/wm/wep-1/src/
Dmain.c57 static u8 sSendBuf[512] ATTRIBUTE_ALIGN(32); variable
117 return (ShareData *) sSendBuf; in getSendData()
740 if (WH_StepDS(sSendBuf)) in updateShareData()
/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dmain.c81 static u8 sSendBuf[512] ATTRIBUTE_ALIGN(32); variable
138 return (ShareData *) sSendBuf; in getSendData()
816 if (WH_StepDS(sSendBuf)) in updateShareData()