Searched refs:page (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | cache.h | 59 #define MI_CACHE_BUFFER_WORKSIZE(page, total) \ argument 60 ((sizeof(MICachePage) + (page)) * (total)) 83 void MI_InitCache(MICache *cache, u32 page, void *buffer, u32 length);
|
| /TwlSDK-5.1.0/build/libraries/mi/common/src/ |
| D | mi_cache.c | 43 void MI_InitCache(MICache *cache, u32 page, void *buffer, u32 length) in MI_InitCache() argument 46 SDK_ASSERT(page >= sizeof(u32)); in MI_InitCache() 48 cache->pagewidth = MATH_CTZ(page); in MI_InitCache() 57 u32 total = length / (sizeof(MICachePage) + page); in MI_InitCache() 59 MICachePage *inf = (MICachePage*)&buf[total * page]; in MI_InitCache() 68 buf += page; in MI_InitCache()
|
| /TwlSDK-5.1.0/build/libraries/card/common/src/ |
| D | card_spi.c | 503 const u32 page = cmd->spec.page_size; in CARDi_ProgramBackupCore() local 506 const u32 mod = (u32)(dst & (page - 1)); in CARDi_ProgramBackupCore() 507 u32 size = page - mod; in CARDi_ProgramBackupCore() 545 const u32 page = cmd->spec.page_size; in CARDi_WriteBackupCore() local 548 const u32 mod = (u32)(dst & (page - 1)); in CARDi_WriteBackupCore() 549 u32 size = page - mod; in CARDi_WriteBackupCore()
|
| /TwlSDK-5.1.0/build/libraries/card/ARM9/src/ |
| D | card_backup.c | 267 const u32 page = sizeof(CARDi_backup_cache_page_buf); 276 MI_CpuCopy8((const void *)p->src, CARDi_backup_cache_page_buf, page); 277 DC_FlushRange(CARDi_backup_cache_page_buf, page); 281 p->cmd->len = page; 294 p->src += page; 295 p->dst += page; 296 len -= page;
|
| /TwlSDK-5.1.0/ |
| D | readme.txt | 23 the TWL-SDK 5.1 Official Release, see the Revision History page in the
|