Searched refs:MI_WRAM_B (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.4/include/twl/mi/common/ |
| D | sharedWram.h | 30 MI_WRAM_B = 1, enumerator 400 *type = MI_WRAM_B; in MIi_AddressToWramSlot() 458 #define MI_AllocWram_B(size, proc) MI_AllocWram( MI_WRAM_B, size, proc ) 481 #define MI_AllocWramSlot_B(slot, size, proc) MI_AllocWramSlot( MI_WRAM_B, slot, size, proc ) 504 #define MI_FreeWram_B(proc) MI_FreeWram( MI_WRAM_B, proc ) 550 #define MI_FreeWramSlot_B(slot, size, proc) MI_FreeWramSlot( MI_WRAM_B, slot, size, proc ) 578 #define MI_SwitchWram_B(proc, newProc) MI_SwitchWram( MI_WRAM_B, proc, newProc ) 630 #define MI_SwitchWramSlot_B(slot, size, proc, newProc) MI_SwitchWramSlot(MI_WRAM_B, slot, size, pro… 662 #define MI_ReserveWram_B(size, proc) MI_ReserveWram( MI_WRAM_B, size, proc ) 695 #define MI_ReserveWramSlot_B(slot, size, proc) MI_ReserveWramSlot( MI_WRAM_B, slot, size, proc ) [all …]
|
| /TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_process.c | 207 … vu8 *bank = &((vu8*)((wram == MI_WRAM_B) ? REG_MBK_B0_ADDR : REG_MBK_C0_ADDR))[slot]; in DSPi_CommitWram() 285 wrams[placement] = MI_WRAM_B; in DSPi_MapAndLoadProcessImageCallback() 292 wrams[placement] = MI_WRAM_B; in DSPi_MapAndLoadProcessImageCallback() 340 u16 *slots = (wram == MI_WRAM_B) ? &context->slotB : &context->slotC; in DSPi_MapAndLoadProcessImageCallback() 341 … int *segbits = (wram == MI_WRAM_B) ? &context->segmentCode : &context->segmentData; in DSPi_MapAndLoadProcessImageCallback() 342 … int *map = (wram == MI_WRAM_B) ? context->slotOfSegmentCode : context->slotOfSegmentData; in DSPi_MapAndLoadProcessImageCallback() 486 int *segbits = (wram == MI_WRAM_B) ? &context->segmentCode : &context->segmentData; in DSP_AttachProcessMemory() 487 int *map = (wram == MI_WRAM_B) ? context->slotOfSegmentCode : context->slotOfSegmentData; in DSP_AttachProcessMemory() 528 int *segbits = (wram == MI_WRAM_B) ? &context->segmentCode : &context->segmentData; in DSP_DetachProcessMemory() 529 int *map = (wram == MI_WRAM_B) ? context->slotOfSegmentCode : context->slotOfSegmentData; in DSP_DetachProcessMemory() [all …]
|
| /TwlSDK-5.4/include/twl/dsp/ARM9/ |
| D | process.h | 173 …return (wram == MI_WRAM_B) ? context->slotOfSegmentCode[segment] : context->slotOfSegmentData[segm… in DSP_GetProcessSlotFromSegment()
|
| /TwlSDK-5.4/build/libraries/mi/common.TWL/src/ |
| D | mi_sharedWram.c | 749 #define MIi_GetReservation_B(num) (MIi_GetReservation( MI_WRAM_B, (num) )) 759 #define MIi_SetReservation_B(num,val) do{ MIi_SetReservation( MI_WRAM_B, (num), (val) ); } while(0) 767 #define MIi_GetMaster_B(num) (MIi_GetMaster( MI_WRAM_B, (num) )) 777 #define MIi_SetMaster_B(num,val) do{ MIi_SetMaster( MI_WRAM_B, (num), (val) ); } while(0) 800 if (wram == MI_WRAM_B) in MIi_GetAddress() 1982 case MI_WRAM_B: in MIi_DoLockWramSlots() 2045 case MI_WRAM_B: in MIi_DoUnlockWramSlots() 2512 MI_DumpWramList( MI_WRAM_B ); in MI_DumpWramListAll()
|
| /TwlSDK-5.4/build/libraries/fs/common/src/ |
| D | fs_archive_fatfs.c | 173 if ((((FSiSwitchableWramSlots >> ((type == MI_WRAM_B) ? 0 : 8)) & (1 << slot)) != 0) && in FSi_IsValidAddressForARM7()
|