Home
last modified time | relevance | path

Searched refs:tmpAddr (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_cmd.c82 u32 *tmpAddr; in NWMi_SendCommand() local
86 tmpAddr = NwmGetCommandBuffer4Arm7(); in NWMi_SendCommand()
87 if (tmpAddr == NULL) in NWMi_SendCommand()
94 *(u16 *)tmpAddr = (u16)id; in NWMi_SendCommand()
100 tmpAddr[i + 1] = va_arg(vlist, u32); in NWMi_SendCommand()
104 DC_StoreRange(tmpAddr, NWM_APIFIFO_BUF_SIZE); in NWMi_SendCommand()
107 result = PXI_SendWordByFifo(PXI_FIFO_TAG_WMW, (u32)tmpAddr, FALSE); in NWMi_SendCommand()
109 (void)OS_SendMessage(&sys->apibufQ.q, tmpAddr, OS_MESSAGE_BLOCK); in NWMi_SendCommand()
134 u32 *tmpAddr; in NWMi_SendCommandDirect() local
140 tmpAddr = NwmGetCommandBuffer4Arm7(); in NWMi_SendCommandDirect()
[all …]
/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_system.c304 u32 *tmpAddr; in WmGetCommandBuffer4Arm7() local
306 if (FALSE == OS_ReceiveMessage(&bufMsgQ, (OSMessage *)&tmpAddr, OS_MESSAGE_NOBLOCK)) in WmGetCommandBuffer4Arm7()
312 DC_InvalidateRange(tmpAddr, 2); in WmGetCommandBuffer4Arm7()
313 if ((*((u16 *)tmpAddr) & WM_API_REQUEST_ACCEPTED) == 0) in WmGetCommandBuffer4Arm7()
316 (void)OS_JamMessage(&bufMsgQ, tmpAddr, OS_MESSAGE_BLOCK); in WmGetCommandBuffer4Arm7()
321 return tmpAddr; in WmGetCommandBuffer4Arm7()
342 u32 *tmpAddr; in WMi_SendCommand() local
347 tmpAddr = WmGetCommandBuffer4Arm7(); in WMi_SendCommand()
348 if (tmpAddr == NULL) in WMi_SendCommand()
354 *(u16 *)tmpAddr = (u16)id; in WMi_SendCommand()
[all …]