Searched refs:MI_StoreLE32 (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/wfs/common/src/ |
| D | wfs_format.c | 104 MI_StoreLE32(dst, archive->origin); in WFS_LoadTable() 110 MI_StoreLE32(dst, length); in WFS_LoadTable() 125 MI_StoreLE32(dst, total * sizeof(WFSFATFormat)); in WFS_LoadTable() 143 MI_StoreLE32(&fat[count].top, MI_LEToH32(entry.top) + diff); in WFS_LoadTable() 144 MI_StoreLE32(&fat[count].bottom, MI_LEToH32(entry.bottom) + diff); in WFS_LoadTable() 145 MI_StoreLE32(&ovl[j].file_id, count); in WFS_LoadTable()
|
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | endian.h | 242 SDK_INLINE void MI_StoreLE32(void *ptr, u32 val) in MI_StoreLE32() function 253 MI_StoreLE32(src, (u32)(val >> 0)); in MI_StoreLE64() 254 MI_StoreLE32(src + 4, (u32)(val >> 32)); in MI_StoreLE64() 291 MI_StoreLE32(src, (u32)(val >> 32)); in MI_StoreBE64() 292 MI_StoreLE32(src + 4, (u32)(val >> 0)); in MI_StoreBE64()
|
| /TwlSDK-5.1.0/build/libraries/wbt/common/src/ |
| D | wbt_context.c | 528 MI_StoreLE32(&format->res_getblock_done.id, id); in WBTi_TryCreateResponse() 643 MI_StoreLE32(&format->res_getblock.id, id); in WBTi_TryCreateResponse() 644 MI_StoreLE32(&format->res_getblock.index, (u32)block_seq_no); in WBTi_TryCreateResponse() 673 MI_StoreLE32(&format->res_getblock.id, id); in WBTi_TryCreateResponse() 674 MI_StoreLE32(&format->res_getblock.index, (u32)index); in WBTi_TryCreateResponse() 740 MI_StoreLE32(&format->req_getblock_done.id, current->get.block_id); in WBTi_CheckRequest() 752 MI_StoreLE32(&format->req_getblock.id, current->get.block_id); in WBTi_CheckRequest() 753 MI_StoreLE32(&format->req_getblock.index, (u32)next_seq_no); in WBTi_CheckRequest()
|