Searched refs:firstBlock (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.2.1/build/libraries/mi/common.TWL/src/ |
| D | mi_sharedWram.c | 1101 int firstBlock; in MIi_DoAllocWram() local 1114 firstBlock = n; in MIi_DoAllocWram() 1136 MIi_SetMaster(wram, firstBlock+n, proc); in MIi_DoAllocWram() 1137 MIi_SetWramBankMaster( wram, firstBlock+n, proc); in MIi_DoAllocWram() 1138 MIi_SetWramBankEnable( wram, firstBlock+n, MI_WRAM_ENABLE ); in MIi_DoAllocWram() 1141 return MIi_GetAddress(wram, firstBlock); in MIi_DoAllocWram() 1627 int firstBlock; in MIi_DoReserveWram() local 1640 firstBlock = n; in MIi_DoReserveWram() 1661 MIi_SetReservation(wram, firstBlock+n, proc); in MIi_DoReserveWram() 1664 return MIi_GetAddress(wram, firstBlock); in MIi_DoReserveWram()
|