Searched refs:GateIndex (Results 1 – 3 of 3) sorted by relevance
141 uint32 GateIndex; in Clock_Ip_ClockSetGateClockControlEnableGprPctl() local148 GateIndex = GateInformation->GateIndex; in Clock_Ip_ClockSetGateClockControlEnableGprPctl()153 …Clock_Ip_apxGprClockControlEnable[GroupIndex]->PCTL[GateIndex] |= ((uint32)GPR_PCTL_MASK << GateBi… in Clock_Ip_ClockSetGateClockControlEnableGprPctl()157 …Clock_Ip_apxGprClockControlEnable[GroupIndex]->PCTL[GateIndex] &= ~((uint32)GPR_PCTL_MASK << GateB… in Clock_Ip_ClockSetGateClockControlEnableGprPctl()164 (void)GateIndex; in Clock_Ip_ClockSetGateClockControlEnableGprPctl()
443 uint32 GateIndex = Clock_Ip_au8ClockFeatures[Config->Name][CLOCK_IP_GATE_INDEX]; in Clock_Ip_ClockSetSimGate_TrustedCall() local446 RegValue &= (~((uint32 )SIM_PLATCGC_CGC_MASK(GateIndex))); in Clock_Ip_ClockSetSimGate_TrustedCall()447 RegValue |= Enable << SIM_PLATCGC_CGC_SHIFT(GateIndex); in Clock_Ip_ClockSetSimGate_TrustedCall()
271 uint8 GateIndex; member