Searched refs:GPT_O_ANDCCP (Results 1 – 4 of 4) sorted by relevance
1042 HWREG(ui32Base + GPT_O_ANDCCP) |= GPT_ANDCCP_CCP_AND_EN; in TimerCcpCombineEnable()1061 HWREG(ui32Base + GPT_O_ANDCCP) &= ~(GPT_ANDCCP_CCP_AND_EN); in TimerCcpCombineDisable()
1040 HWREG(ui32Base + GPT_O_ANDCCP) |= GPT_ANDCCP_CCP_AND_EN; in TimerCcpCombineEnable()1059 HWREG(ui32Base + GPT_O_ANDCCP) &= ~(GPT_ANDCCP_CCP_AND_EN); in TimerCcpCombineDisable()
128 #define GPT_O_ANDCCP 0x00000FB4 macro