Home
last modified time | relevance | path

Searched refs:getMasterStr (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/demos.TWL/mi/wramManager-1/src/
Dmain.c143 static char* getMasterStr( MIWramProc m );
155 OS_Printf("[%s]", getMasterStr( MI_GetWramReservation_A(n) ) ); in DisplayWramStatus()
162 OS_Printf("[%s]", getMasterStr(MI_GetWramBankMaster_A(n)) ); in DisplayWramStatus()
174 OS_Printf("[%s]", getMasterStr( MI_GetWramReservation_B(n) ) ); in DisplayWramStatus()
181 OS_Printf("[%s]", getMasterStr(MI_GetWramBankMaster_B(n)) ); in DisplayWramStatus()
193 OS_Printf("[%s]", getMasterStr( MI_GetWramReservation_C(n) ) ); in DisplayWramStatus()
200 OS_Printf("[%s]", getMasterStr(MI_GetWramBankMaster_C(n)) ); in DisplayWramStatus()
211 static char* getMasterStr( MIWramProc m ) in getMasterStr() function
/TwlSDK-5.4/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c2434 static char* getMasterStr( MIWramProc m );
2435 static char* getMasterStr( MIWramProc m ) in getMasterStr() function
2486 OS_TPrintf("%s ", getMasterStr( MI_GetWramBankMaster( wram, n ) ) ); in MI_DumpWramList()
2494 OS_TPrintf("%s\n", getMasterStr( MI_GetWramReservation( wram, n ) ) ); in MI_DumpWramList()