Searched refs:CurrentTime (Results 1 – 1 of 1) sorted by relevance
2845 volatile uint64 CurrentTime = 0; in Netc_EthSwt_Ip_AddOrUpdateTimeGateSchedulingTableEntry() local2866 … CurrentTime = IP_NETC__TMR0_BASE->TMR_CUR_TIME_L; /* should read the Lower register first */ in Netc_EthSwt_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2867 CurrentTime |= ((uint64)(IP_NETC__TMR0_BASE->TMR_CUR_TIME_H)) << NETC_ETHSWT_IP_32BIT_SHIFT; in Netc_EthSwt_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2872 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime)) in Netc_EthSwt_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2878 …CycleFactor = (uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) … in Netc_EthSwt_Ip_AddOrUpdateTimeGateSchedulingTableEntry()4529 volatile uint64 CurrentTime = 0; in InitTimeGateSchedulingFeature() local4539 … CurrentTime = IP_NETC__TMR0_BASE->TMR_CUR_TIME_L; /* should read the Lower register first */ in InitTimeGateSchedulingFeature()4540 CurrentTime |= ((uint64)(IP_NETC__TMR0_BASE->TMR_CUR_TIME_H)) << NETC_ETHSWT_IP_32BIT_SHIFT; in InitTimeGateSchedulingFeature()4541 …TimeGateSchedulingEntryData[0U].AdminBaseTime = CurrentTime; /* set base time to current ti… in InitTimeGateSchedulingFeature()