Searched refs:GPT_O_IMR (Results 1 – 4 of 4) sorted by relevance
874 HWREG(ui32Base + GPT_O_IMR) |= ui32IntFlags; in TimerIntEnable()906 HWREG(ui32Base + GPT_O_IMR) &= ~(ui32IntFlags); in TimerIntDisable()
872 HWREG(ui32Base + GPT_O_IMR) |= ui32IntFlags; in TimerIntEnable()904 HWREG(ui32Base + GPT_O_IMR) &= ~(ui32IntFlags); in TimerIntDisable()
62 #define GPT_O_IMR 0x00000018 macro