Searched refs:CurrentTime (Results 1 – 2 of 2) sorted by relevance
2911 volatile uint64 CurrentTime = 0; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry() local2941 …CurrentTime = Netc_EthSwt_Ip_TimerBase->TMR_CUR_TIME_L; /* should read the Lower register fir… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2942 … CurrentTime |= ((uint64)(Netc_EthSwt_Ip_TimerBase->TMR_CUR_TIME_H)) << NETC_ETH_IP_32BIT_SHIFT; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2952 …CalculatedTime = (uint64)CurrentTime + (uint64)LookaheadTime + (uint64)CmdProccesingTime + ((uint6… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2957 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime)) in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2960 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime)) in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2969 …CycleFactor = (uint32)(((((uint64)CurrentTime + (uint64)LookaheadTime + (uint64)CmdProccesingTime)… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2971 …CycleFactor = ((uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime)… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2974 …CycleFactor = ((uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime)… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()3077 volatile uint64 CurrentTime = 0; in Netc_Eth_Ip_InitTimeGateSchedulingFeature() local[all …]
4336 volatile uint64 CurrentTime = 0; local4367 …CurrentTime = Netc_EthSwt_Ip_TimerBase->TMR_CUR_TIME_L; /* should read the Lower register fir…4368 … CurrentTime |= ((uint64)(Netc_EthSwt_Ip_TimerBase->TMR_CUR_TIME_H)) << NETC_ETHSWT_IP_32BIT_SHIFT;4379 …ComparisonValue = CurrentTime + LookaheadTime + CmdProccesingTime + ((uint64)2U * (uint64)TimeGate…4383 ComparisonValue = CurrentTime + LookaheadTime;4387 ComparisonValue = CurrentTime + LookaheadTime;4397 …CycleFactor = ((CurrentTime + LookaheadTime + CmdProccesingTime - TimeGateSchedulingTableEntry->Ad…4399 …CycleFactor = (CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) / ((uint…4402 …CycleFactor = (CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) / (TimeG…6941 volatile uint64 CurrentTime = 0; local[all …]