Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/arm9/
H A DasmCPU.c115 #define PERIBASE 0x16000000 macro
118 #define PERIBASE 0xFC000000 macro
309 *(volatile MS_U32*)(PERIBASE + (0x0608)) = regctl; //Set Timer control register in MAsm_CPU_TimerInit()
310 *(volatile MS_U32*)(PERIBASE + (0x0600)) = periphclk*10 - 1; //Set Timer load register in MAsm_CPU_TimerInit()
315 *(volatile MS_U32*)(PERIBASE + (0x0608)) |= 0x0001; in MAsm_CPU_TimerStart()
320 *(volatile MS_U32*)(PERIBASE + (0x0608)) = 0x0000; in MAsm_CPU_TimerClean()