Searched refs:MV_CESA_SRAM_SA (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesa.h279 } MV_CESA_SRAM_SA; typedef in typeref:struct:__anon476
283 MV_CESA_SRAM_SA* pSramSA;
343 * sizeof(MV_CESA_SRAM_SA)
354 MV_CESA_SRAM_SA sramSA;
406 void mvCesaDebugSramSA(MV_CESA_SRAM_SA* pSramSA, int mode);
H A DmvCesaDebug.c350 void mvCesaDebugSramSA(MV_CESA_SRAM_SA* pSramSA, int mode)
358 pSramSA, sizeof(MV_CESA_SRAM_SA));
H A DmvCesa.c251 MV_CESA_SRAM_SA *pSramSA;
271 cesaSramSaBuf.bufSize = sizeof(MV_CESA_SRAM_SA)*numOfSession +
286 pSramSA = (MV_CESA_SRAM_SA*)MV_ALIGN_UP((MV_ULONG)cesaSramSaBuf.bufVirtPtr,
784 mvOsCacheFlush(NULL, pCesaSAD[sid].pSramSA, sizeof(MV_CESA_SRAM_SA));
2043 pDmaDesc->byteCnt = MV_32BIT_LE(sizeof(MV_CESA_SRAM_SA) | BIT31);
2049 /*mvOsCacheFlush(NULL, &pSA->sramSA, sizeof(MV_CESA_SRAM_SA));*/

Completed in 15 milliseconds