Home
last modified time | relevance | path

Searched refs:MI_GetWramBankMaster (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/include/twl/mi/common/
DsharedWram.h218 MIWramProc MI_GetWramBankMaster( MIWramPos wram, int num );
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_archive_fatfs.c175 ((MI_GetWramBankMaster(type, slot) == MI_WRAM_ARM7) || in FSi_IsValidAddressForARM7()
177 MI_GetWramBankMaster(type, slot), MI_WRAM_ARM7) >= 0))) in FSi_IsValidAddressForARM7()
/TwlSDK-5.4/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c284 MIWramProc MI_GetWramBankMaster( MIWramPos wram, int num ) in MI_GetWramBankMaster() function
2486 OS_TPrintf("%s ", getMasterStr( MI_GetWramBankMaster( wram, n ) ) ); in MI_DumpWramList()
/TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c200 MI_FreeWramSlot(wram, slot, MI_WRAM_SIZE_32KB, MI_GetWramBankMaster(wram, slot)) > 0) in DSPi_CommitWram()