Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_system.c36 static u32 fifoBuf[WM_BUF_MSG_NUM][WM_FIFO_BUF_SIZE / sizeof(u32)] ATTRIBUTE_ALIGN(32);
93 …_FOR_SCAN + WM_ARM7WM_BUF_SIZE + WM_STATUS_BUF_SIZE_FOR_SCAN + WM_FIFO_BUF_SIZE + WM_FIFO_BUF_SIZE) in WMi_InitForScan()
105 wm9buf->fifo7to9 = (u32 *)((u32)(wm9buf->fifo9to7) + WM_FIFO_BUF_SIZE); in WMi_InitForScan()
195 wm9buf->fifo7to9 = (u32 *)((u32)(wm9buf->fifo9to7) + WM_FIFO_BUF_SIZE); in WmInitCore()
364 DC_StoreRange(tmpAddr, WM_FIFO_BUF_SIZE); in WMi_SendCommand()
397 SDK_ASSERT(length <= WM_FIFO_BUF_SIZE); in WMi_SendCommandDirect()
560 DC_InvalidateRange(w9b->fifo7to9, WM_FIFO_BUF_SIZE); in WmReceiveFifo()
569 DC_InvalidateRange(callback_p, WM_FIFO_BUF_SIZE); in WmReceiveFifo()
805 DC_InvalidateRange(w9b->fifo7to9, WM_FIFO_BUF_SIZE); in WmReceiveFifo()
812 DC_StoreRange(callback_p, WM_FIFO_BUF_SIZE); in WmReceiveFifo()
/TwlSDK-5.1.0/include/nitro/wm/common/
Dwm.h499 #define WM_FIFO_BUF_SIZE 256 // Size of the FIFO command buffer between ARM9 and ARM7 macro
503 …WM_ARM9WM_BUF_SIZE + WM_ARM7WM_BUF_SIZE + WM_STATUS_BUF_SIZE + WM_FIFO_BUF_SIZE + WM_FIFO_BUF_SIZE)