Searched refs:GPT_O_CTL (Results 1 – 6 of 6) sorted by relevance
143 HWREG(ui32Base + GPT_O_CTL) &= ~(GPT_CTL_TAEN | GPT_CTL_TBEN); in TimerConfigure()170 HWREG(ui32Base + GPT_O_CTL) = (bInvert ? in TimerLevelControl()171 (HWREG(ui32Base + GPT_O_CTL) | ui32Timer) : in TimerLevelControl()172 (HWREG(ui32Base + GPT_O_CTL) & in TimerLevelControl()191 HWREG(ui32Base + GPT_O_CTL) = (bStall ? in TimerStallControl()192 (HWREG(ui32Base + GPT_O_CTL) | ui32Timer) : in TimerStallControl()193 (HWREG(ui32Base + GPT_O_CTL) & ~(ui32Timer))); in TimerStallControl()
243 HWREG(ui32Base + GPT_O_CTL) |= ui32Timer & (GPT_CTL_TAEN | GPT_CTL_TBEN); in TimerEnable()270 HWREG(ui32Base + GPT_O_CTL) &= ~(ui32Timer & in TimerDisable()379 HWREG(ui32Base + GPT_O_CTL) = ((HWREG(ui32Base + GPT_O_CTL) & ~ui32Timer) | in TimerEventControl()
141 HWREG(ui32Base + GPT_O_CTL) &= ~(GPT_CTL_TAEN | GPT_CTL_TBEN); in TimerConfigure()168 HWREG(ui32Base + GPT_O_CTL) = (bInvert ? in TimerLevelControl()169 (HWREG(ui32Base + GPT_O_CTL) | ui32Timer) : in TimerLevelControl()170 (HWREG(ui32Base + GPT_O_CTL) & in TimerLevelControl()189 HWREG(ui32Base + GPT_O_CTL) = (bStall ? in TimerStallControl()190 (HWREG(ui32Base + GPT_O_CTL) | ui32Timer) : in TimerStallControl()191 (HWREG(ui32Base + GPT_O_CTL) & ~(ui32Timer))); in TimerStallControl()
241 HWREG(ui32Base + GPT_O_CTL) |= ui32Timer & (GPT_CTL_TAEN | GPT_CTL_TBEN); in TimerEnable()268 HWREG(ui32Base + GPT_O_CTL) &= ~(ui32Timer & in TimerDisable()377 HWREG(ui32Base + GPT_O_CTL) = ((HWREG(ui32Base + GPT_O_CTL) & ~ui32Timer) | in TimerEventControl()
56 #define GPT_O_CTL 0x0000000C macro