Searched refs:GPT_ANDCCP_CCP_AND_EN (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()
1691 #define GPT_ANDCCP_CCP_AND_EN 0x00000001 macro