Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_system.c131 SDK_COMPILER_ASSERT(sizeof(WMStatus) <= WM_STATUS_BUF_SIZE); in WmInitCore()
194 wm9buf->fifo9to7 = (u32 *)((u32)(wm9buf->status) + WM_STATUS_BUF_SIZE); in WmInitCore()
563 DC_InvalidateRange(w9b->status, WM_STATUS_BUF_SIZE); in WmReceiveFifo()
856 …DC_InvalidateRange(wm9buf->status, WM_STATUS_BUF_SIZE); // Invalidates the ARM7 status region … in WMi_DebugPrintSendQueue()
890 …DC_InvalidateRange(wm9buf->status, WM_STATUS_BUF_SIZE); // Invalidates the ARM7 status region … in WMi_DebugPrintAllSendQueue()
906 …DC_InvalidateRange(wm9buf->status, WM_STATUS_BUF_SIZE); // Invalidates the ARM7 status region … in WMi_DebugPrintAllSendQueue()
/TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/src/
Dwm_tool.c33 static u8 libParam_statusBuf[WM_STATUS_BUF_SIZE] ATTRIBUTE_ALIGN(32);
251 MI_DmaClear32(WM_DMA_NO, libParam_statusBuf, WM_STATUS_BUF_SIZE); in wm_lib_comm_init()
/TwlSDK-5.1.0/include/nitro/wm/common/
Dwm.h498 #define WM_STATUS_BUF_SIZE 2048 // Size of the WM status area macro
503 #define WM_SYSTEM_BUF_SIZE (WM_ARM9WM_BUF_SIZE + WM_ARM7WM_BUF_SIZE + WM_STATUS_BUF_SIZE + WM_…