| /TwlSDK-5.1.0/include/twl/mi/common/ |
| D | sharedWram.h | 172 void MIi_SetWramBank_A( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ); 173 void MIi_SetWramBank_B( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ); 174 void MIi_SetWramBank_C( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ); 175 void MIi_SetWramBank( MIWramPos wram, int num, MIWramProc proc, MIWramOffset offset, MIWramEnable e… 177 void MIi_SetWramBankMaster_A( int num, MIWramProc proc ); 178 void MIi_SetWramBankMaster_B( int num, MIWramProc proc ); 179 void MIi_SetWramBankMaster_C( int num, MIWramProc proc ); 180 void MIi_SetWramBankMaster( MIWramPos wram, int num, MIWramProc proc ); 456 u32 MI_AllocWram( MIWramPos wram, MIWramSize size, MIWramProc proc ); 457 #define MI_AllocWram_A(size, proc) MI_AllocWram( MI_WRAM_A, size, proc ) argument [all …]
|
| /TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/ |
| D | mi_sharedWram.c | 79 void MIi_SetWramBank_A( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ) in MIi_SetWramBank_A() argument 83 SDK_ASSERT( proc == MI_WRAM_ARM9 || proc == MI_WRAM_ARM7 ); in MIi_SetWramBank_A() 86 = (vu8)((enable? REG_MI_MBK_A0_E_MASK: 0) | proc | ((offset>>1)<<REG_MI_MBK_A0_OF_SHIFT)); in MIi_SetWramBank_A() 90 void MIi_SetWramBank_B( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ) in MIi_SetWramBank_B() argument 95 = (vu8)((enable? REG_MI_MBK_B0_E_MASK: 0) | proc | (offset<<REG_MI_MBK_B0_OF_SHIFT)); in MIi_SetWramBank_B() 99 void MIi_SetWramBank_C( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ) in MIi_SetWramBank_C() argument 104 = (vu8)((enable? REG_MI_MBK_C0_E_MASK: 0) | proc | (offset<<REG_MI_MBK_C0_OF_SHIFT)); in MIi_SetWramBank_C() 108 void MIi_SetWramBank( MIWramPos wram, int num, MIWramProc proc, MIWramOffset offset, MIWramEnable e… in MIi_SetWramBank() argument 116 (f[wram])( num, proc, offset, enable ); in MIi_SetWramBank() 172 void MIi_SetWramBankMaster_A( int num, MIWramProc proc ) in MIi_SetWramBankMaster_A() argument [all …]
|
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | exMemory.h | 187 static inline void MI_SetMainMemoryPriority(MIProcessor proc) in MI_SetMainMemoryPriority() argument 189 MI_PROCESSOR_ASSERT(proc); in MI_SetMainMemoryPriority() 191 (u16)((reg_MI_EXMEMCNT & ~REG_MI_EXMEMCNT_EP_MASK) | (proc << REG_MI_EXMEMCNT_EP_SHIFT)); in MI_SetMainMemoryPriority() 203 static inline void MIi_SetCardProcessor(MIProcessor proc) in MIi_SetCardProcessor() argument 205 MI_PROCESSOR_ASSERT(proc); in MIi_SetCardProcessor() 207 (u16)((reg_MI_EXMEMCNT & ~REG_MI_EXMEMCNT_MP_MASK) | (proc << REG_MI_EXMEMCNT_MP_SHIFT)); in MIi_SetCardProcessor() 219 static inline void MIi_SetCartridgeProcessor(MIProcessor proc) in MIi_SetCartridgeProcessor() argument 221 MI_PROCESSOR_ASSERT(proc); in MIi_SetCartridgeProcessor() 223 (u16)((reg_MI_EXMEMCNT & ~REG_MI_EXMEMCNT_CP_MASK) | (proc << REG_MI_EXMEMCNT_CP_SHIFT)); in MIi_SetCartridgeProcessor()
|
| /TwlSDK-5.1.0/build/demos/os/sleep-1/src/ |
| D | main.c | 39 void proc(void *arg); 74 OS_CreateThread(&thread, proc, NULL, stack + STACK_SIZE / sizeof(u64), STACK_SIZE, THREAD_PRIO); in NitroMain() 195 void proc(void *arg) in proc() function
|
| /TwlSDK-5.1.0/tools/bin/ |
| D | dis | 29 mwldarm.exe -w off -dis -nostdlib -show only,comments,code,source,names,hex -proc arm9tdmi $1
|
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | gx.h | 400 static void GX_HBlankOBJProc(BOOL proc); 419 static void GXS_HBlankOBJProc(BOOL proc); 869 static inline void GX_HBlankOBJProc(BOOL proc) in GX_HBlankOBJProc() argument 871 if (proc) in GX_HBlankOBJProc() 892 static inline void GXS_HBlankOBJProc(BOOL proc) in GXS_HBlankOBJProc() argument 894 if (proc) in GXS_HBlankOBJProc()
|
| /TwlSDK-5.1.0/build/libraries/pxi/common/src/ |
| D | pxi_fifo.c | 173 BOOL PXI_IsCallbackReady(int fifotag, PXIProc proc) in PXI_IsCallbackReady() argument 177 return (p->pxiHandleChecker[proc] & (1UL << fifotag)) ? TRUE : FALSE; in PXI_IsCallbackReady()
|
| /TwlSDK-5.1.0/include/nitro/fs/ |
| D | romfat.h | 121 FS_ARCHIVE_PROC_FUNC proc; \ 381 void FS_SetArchiveProc(struct FSArchive *arc, FS_ARCHIVE_PROC_FUNC proc, u32 flags);
|
| /TwlSDK-5.1.0/include/nitro/pxi/common/ |
| D | fifo.h | 165 BOOL PXI_IsCallbackReady(int fifotag, PXIProc proc);
|
| /TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/ |
| D | ctrdg_proc.c | 171 MIProcessor proc = MI_GetMainMemoryPriority(); in CTRDGi_InitModuleInfo() local 186 MI_SetMainMemoryPriority(proc); in CTRDGi_InitModuleInfo()
|
| /TwlSDK-5.1.0/build/demos.TWL/mp_shared/wh/ |
| D | wh.h | 440 extern void WH_SetReceiver(WHReceiverFunc proc);
|
| D | wh.c | 3140 void WH_SetReceiver(WHReceiverFunc proc) in WH_SetReceiver() argument 3142 sReceiverFunc = proc; in WH_SetReceiver()
|
| /TwlSDK-5.1.0/build/demos/wireless_shared/wh/ |
| D | wh.h | 451 extern void WH_SetReceiver(WHReceiverFunc proc);
|
| D | wh.c | 3267 void WH_SetReceiver(WHReceiverFunc proc) in WH_SetReceiver() argument 3269 sReceiverFunc = proc; in WH_SetReceiver()
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_overlay.c | 211 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_RegisterOverlayToDebugger() local 215 (void)FS_REGISTER_OVERLAY_INFO(proc, address, offset, length); in FSi_RegisterOverlayToDebugger() 229 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_UnregisterOverlayToDebugger() local 232 (void)FS_UNREGISTER_OVERLAY_INFO(proc, address, length); in FSi_UnregisterOverlayToDebugger()
|
| D | fs_proc_default.c | 704 result = (*context->proc) (file, command); in FSi_TranslateCommand() 1469 FSResult (*proc)(FSFile*, FSCommandType) = FSi_SRLArchiveProc; in FSi_MountSRLFile() local 1472 FS_SetArchiveProc(arc, proc, FS_ARCHIVE_PROC_WRITEFILE); in FSi_MountSRLFile() 1694 void FS_SetArchiveProc(FSArchive *arc, FS_ARCHIVE_PROC_FUNC proc, u32 flags) in FS_SetArchiveProc() argument 1699 proc = NULL; in FS_SetArchiveProc() 1701 else if (!proc) in FS_SetArchiveProc() 1705 context->proc = proc; in FS_SetArchiveProc()
|
| /TwlSDK-5.1.0/build/buildtools/twl/ |
| D | commondefs.cctype.CW | 291 CCFLAGS_PROC = -proc $(if $(filter ARM9,$(CODEGEN_PROC)),$(CCFLAGS_PROC_ARM9),arm7tdmi) 292 ASFLAGS_PROC = -proc $(if $(filter ARM9,$(CODEGEN_PROC)),arm5TE,arm4T)
|
| /TwlSDK-5.1.0/build/buildtools/nitro/ |
| D | commondefs.cctype.CW | 291 CCFLAGS_PROC = -proc $(if $(filter ARM9,$(CODEGEN_PROC)),$(CCFLAGS_PROC_ARM9),arm7tdmi) 292 ASFLAGS_PROC = -proc $(if $(filter ARM9,$(CODEGEN_PROC)),arm5TE,arm4T)
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_printf.c | 1482 void OS_SetPrintOutput( OSPrintOutputProc proc, int num ) in OS_SetPrintOutput() argument 1485 SDK_ASSERT( 0<=(int)proc && (int)proc<=OS_PRINT_OUTPUT_PROC_ARM7ERR ); in OS_SetPrintOutput() 1486 *(u8*)(HW_PRINT_OUTPUT_ARM9 + proc) = (u8)num; in OS_SetPrintOutput()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | printf.h | 194 void OS_SetPrintOutput( OSPrintOutputProc proc, int num );
|