Home
last modified time | relevance | path

Searched refs:MI_WRAM_B_SLOT_SIZE (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.5/include/twl/mi/common/
DsharedWram.h52 #define MI_WRAM_B_SLOT_SIZE 0x8000 macro
387 u32 slot = (u32)(((u32)address - wramBCtop) / MI_WRAM_B_SLOT_SIZE); in MIi_AddressToWramSlot()
/TwlSDK-5.5/build/libraries/fs/common/src/
Dfs_archive_fatfs.c166 (MATH_ROUNDDOWN(addr, MI_WRAM_B_SLOT_SIZE) + MI_WRAM_B_SLOT_SIZE == in FSi_IsValidAddressForARM7()
167 MATH_ROUNDUP(addr + length, MI_WRAM_B_SLOT_SIZE))) in FSi_IsValidAddressForARM7()
/TwlSDK-5.5/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c788 return (u32)(MI_GetWramMapStart_B() + MI_WRAM_B_SLOT_SIZE * num ); in MIi_GetAddress_B()