Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 12 of 12) sorted by relevance

/TwlSDK-5.1.0/include/twl/mi/common/
DsharedWram.h457 #define MI_AllocWram_A(size, proc) MI_AllocWram( MI_WRAM_A, size, proc ) argument
458 #define MI_AllocWram_B(size, proc) MI_AllocWram( MI_WRAM_B, size, proc ) argument
459 #define MI_AllocWram_C(size, proc) MI_AllocWram( MI_WRAM_C, size, proc ) argument
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
503 #define MI_FreeWram_A(proc) MI_FreeWram( MI_WRAM_A, proc ) argument
504 #define MI_FreeWram_B(proc) MI_FreeWram( MI_WRAM_B, proc ) argument
505 #define MI_FreeWram_C(proc) MI_FreeWram( MI_WRAM_C, proc ) argument
549 #define MI_FreeWramSlot_A(slot, size, proc) MI_FreeWramSlot( MI_WRAM_A, slot, size, proc ) argument
[all …]
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c79 void MIi_SetWramBank_A( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ) in MIi_SetWramBank_A()
90 void MIi_SetWramBank_B( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ) in MIi_SetWramBank_B()
99 void MIi_SetWramBank_C( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ) in MIi_SetWramBank_C()
108 void MIi_SetWramBank( MIWramPos wram, int num, MIWramProc proc, MIWramOffset offset, MIWramEnable e… in MIi_SetWramBank()
172 void MIi_SetWramBankMaster_A( int num, MIWramProc proc ) in MIi_SetWramBankMaster_A()
180 void MIi_SetWramBankMaster_B( int num, MIWramProc proc ) in MIi_SetWramBankMaster_B()
188 void MIi_SetWramBankMaster_C( int num, MIWramProc proc ) in MIi_SetWramBankMaster_C()
196 void MIi_SetWramBankMaster( MIWramPos wram, int num, MIWramProc proc ) in MIi_SetWramBankMaster()
931 MIWramProc proc; in MIi_CallbackForPxi() local
1083 u32 MI_AllocWram( MIWramPos wram, MIWramSize size, MIWramProc proc ) in MI_AllocWram()
[all …]
/TwlSDK-5.1.0/build/demos/os/sleep-1/src/
Dmain.c195 void proc(void *arg) in proc() function
/TwlSDK-5.1.0/include/nitro/mi/
DexMemory.h187 static inline void MI_SetMainMemoryPriority(MIProcessor proc) in MI_SetMainMemoryPriority()
203 static inline void MIi_SetCardProcessor(MIProcessor proc) in MIi_SetCardProcessor()
219 static inline void MIi_SetCartridgeProcessor(MIProcessor proc) in MIi_SetCartridgeProcessor()
/TwlSDK-5.1.0/build/libraries/pxi/common/src/
Dpxi_fifo.c173 BOOL PXI_IsCallbackReady(int fifotag, PXIProc proc) in PXI_IsCallbackReady()
/TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/
Dctrdg_proc.c171 MIProcessor proc = MI_GetMainMemoryPriority(); in CTRDGi_InitModuleInfo() local
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_overlay.c211 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_RegisterOverlayToDebugger() local
229 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_UnregisterOverlayToDebugger() local
Dfs_proc_default.c1469 FSResult (*proc)(FSFile*, FSCommandType) = FSi_SRLArchiveProc; in FSi_MountSRLFile() local
1694 void FS_SetArchiveProc(FSArchive *arc, FS_ARCHIVE_PROC_FUNC proc, u32 flags) in FS_SetArchiveProc()
/TwlSDK-5.1.0/include/nitro/gx/
Dgx.h869 static inline void GX_HBlankOBJProc(BOOL proc) in GX_HBlankOBJProc()
892 static inline void GXS_HBlankOBJProc(BOOL proc) in GXS_HBlankOBJProc()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_printf.c1482 void OS_SetPrintOutput( OSPrintOutputProc proc, int num ) in OS_SetPrintOutput()
/TwlSDK-5.1.0/build/demos.TWL/mp_shared/wh/
Dwh.c3140 void WH_SetReceiver(WHReceiverFunc proc) in WH_SetReceiver()
/TwlSDK-5.1.0/build/demos/wireless_shared/wh/
Dwh.c3267 void WH_SetReceiver(WHReceiverFunc proc) in WH_SetReceiver()