Home
last modified time | relevance | path

Searched refs:CurrentTime (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c2911 volatile uint64 CurrentTime = 0; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry() local
2941CurrentTime = Netc_EthSwt_Ip_TimerBase->TMR_CUR_TIME_L; /* should read the Lower register fir… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
2942CurrentTime |= ((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 …]
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c4336 volatile uint64 CurrentTime = 0; local
4367CurrentTime = Netc_EthSwt_Ip_TimerBase->TMR_CUR_TIME_L; /* should read the Lower register fir…
4368CurrentTime |= ((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 …]