Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.1.0/include/twl/mi/common/
DsharedWram.h387 u32 slot = (u32)(((u32)address - wramBCtop) / MI_WRAM_B_SLOT_SIZE); in MIi_AddressToWramSlot() local
480 #define MI_AllocWramSlot_A(slot, size, proc) MI_AllocWramSlot( MI_WRAM_A, slot, size, proc ) argument
481 #define MI_AllocWramSlot_B(slot, size, proc) MI_AllocWramSlot( MI_WRAM_B, slot, size, proc ) argument
482 #define MI_AllocWramSlot_C(slot, size, proc) MI_AllocWramSlot( MI_WRAM_C, slot, size, proc ) argument
549 #define MI_FreeWramSlot_A(slot, size, proc) MI_FreeWramSlot( MI_WRAM_A, slot, size, proc ) argument
550 #define MI_FreeWramSlot_B(slot, size, proc) MI_FreeWramSlot( MI_WRAM_B, slot, size, proc ) argument
551 #define MI_FreeWramSlot_C(slot, size, proc) MI_FreeWramSlot( MI_WRAM_C, slot, size, proc ) argument
629 #define MI_SwitchWramSlot_A(slot, size, proc, newProc) MI_SwitchWramSlot(MI_WRAM_A, slot, size, pro… argument
630 #define MI_SwitchWramSlot_B(slot, size, proc, newProc) MI_SwitchWramSlot(MI_WRAM_B, slot, size, pro… argument
631 #define MI_SwitchWramSlot_C(slot, size, proc, newProc) MI_SwitchWramSlot(MI_WRAM_C, slot, size, pro… argument
[all …]
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_BmpBg_MainRam/src/
Dmain.c46 int slot = 0; in TwlMain() local
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c948 int slot = (int)(param>>8) & 0xff; in MIi_CallbackForPxi() local
960 int slot = (int)((param>>8) & 0xff); in MIi_CallbackForPxi() local
973 int slot = (int)((param>>8) & 0xf); in MIi_CallbackForPxi() local
987 int slot = (int)((param>>8) & 0xff); in MIi_CallbackForPxi() local
999 int slot = (int)((param>>8) & 0xff); in MIi_CallbackForPxi() local
1183 u32 MI_AllocWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MI_AllocWramSlot()
1196 static u32 MIi_DoAllocWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MIi_DoAllocWramSlot()
1358 int MI_FreeWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MI_FreeWramSlot()
1371 static int MIi_DoFreeWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MIi_DoFreeWramSlot()
1531 int MI_SwitchWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc, MIWramProc newPr… in MI_SwitchWramSlot()
[all …]
/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c197 int slot = DSP_GetProcessSlotFromSegment(context, wram, segment); in DSPi_CommitWram() local
343 int slot = (int)MATH_CountTrailingZeros((u32)*slots); in DSPi_MapAndLoadProcessImageCallback() local
504 int slot = (int)MATH_CountTrailingZeros((u32)slots); in DSP_AttachProcessMemory() local
945 int slot = (int)MATH_CountTrailingZeros((u32)slotB); in DSPi_MapProcessSlotDefault() local
959 int slot = (int)MATH_CountTrailingZeros((u32)slotC); in DSPi_MapProcessSlotDefault() local
989 int slot = context->slotOfSegmentCode[segment]; in DSP_IsProcessMemoryReady() local
1002 int slot = context->slotOfSegmentData[segment]; in DSP_IsProcessMemoryReady() local
/TwlSDK-5.1.0/include/nitro/fs/
Dapi.h251 int slot; member
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_if.c550 int slot = segment; in DSPi_MapProcessSlotAsStraight() local
562 int slot = segment; in DSPi_MapProcessSlotAsStraight() local
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c537 u32 slot = sector - block->index * blckunit; in CARDi_ReadRomHashImageDirect() local
653 … u32 slot = sector->index - block->index * context->sectors_per_block; in CARDi_ReadRomHashImageCaching() local
/TwlSDK-5.1.0/include/twl/dsp/ARM9/
Dprocess.h191 int slot = DSP_GetProcessSlotFromSegment(context, wram, segment); in DSP_ConvertProcessAddressFromDSP() local
/TwlSDK-5.1.0/include/twl/scfg/common/
Dscfg.h878 static inline SCFGCardDetectMode SCFG_GetCardDetectMode( int slot ) in SCFG_GetCardDetectMode()
896 static inline SCFGCardDetectChattering SCFG_GetCardDetectForChattering( int slot ) in SCFG_GetCardDetectForChattering()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive_fatfs.c170 int slot = MIi_AddressToWramSlot(buffer, &type); in FSi_IsValidAddressForARM7() local
/TwlSDK-5.1.0/include/twl/fatfs/common/
Dtypes.h459 int slot; member