Searched refs:RK_MMZ_SYNC_WRITEONLY (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_mmz.cpp | 124 ret = RK_MPI_MMZ_FlushCacheStart(mb, 0, 0, RK_MMZ_SYNC_WRITEONLY); in unit_test_mpi_mmz() 126 ret = RK_MPI_MMZ_FlushCacheEnd(mb, 0, 0, RK_MMZ_SYNC_WRITEONLY); in unit_test_mpi_mmz() 133 …MPI_MMZ_FlushCacheVaddrStart(reinterpret_cast<RK_VOID *>(vaddr_temp), 4096, RK_MMZ_SYNC_WRITEONLY); in unit_test_mpi_mmz() 135 …K_MPI_MMZ_FlushCacheVaddrEnd(reinterpret_cast<RK_VOID *>(vaddr_temp), 4096, RK_MMZ_SYNC_WRITEONLY); in unit_test_mpi_mmz() 138 ret = RK_MPI_MMZ_FlushCachePaddrStart(paddr_temp, 4096, RK_MMZ_SYNC_WRITEONLY); in unit_test_mpi_mmz() 141 ret = RK_MPI_MMZ_FlushCachePaddrEnd(paddr_temp, 4096, RK_MMZ_SYNC_WRITEONLY); in unit_test_mpi_mmz()
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_mpi_mmz.h | 22 #define RK_MMZ_SYNC_WRITEONLY 0x00000001 macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rk_mpi_mmz/include/ |
| H A D | rk_mpi_mmz.h | 42 #define RK_MMZ_SYNC_WRITEONLY 0x00000001 macro
|