Searched refs:WM_STATUS_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
131 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()
33 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()
498 #define WM_STATUS_BUF_SIZE 2048 // Size of the WM status area macro503 #define WM_SYSTEM_BUF_SIZE (WM_ARM9WM_BUF_SIZE + WM_ARM7WM_BUF_SIZE + WM_STATUS_BUF_SIZE + WM_…