Searched refs:GPT_O_TAILR (Results 1 – 4 of 4) sorted by relevance
638 HWREG(ui32Base + GPT_O_TAILR) = ui32Value; in TimerLoadSet()677 return((ui32Timer == TIMER_A) ? HWREG(ui32Base + GPT_O_TAILR) : in TimerLoadGet()
636 HWREG(ui32Base + GPT_O_TAILR) = ui32Value; in TimerLoadSet()675 return((ui32Timer == TIMER_A) ? HWREG(ui32Base + GPT_O_TAILR) : in TimerLoadGet()
74 #define GPT_O_TAILR 0x00000028 macro