Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c2914 uint32 LookaheadTime; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry() local
2944LookaheadTime = IP_NETC__NETC_IERB->CFG_ENETC_INST[0U].ETGSLR + IP_NETC__ENETC0_PORT->PTGSATOR; 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()
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c4339 uint64 LookaheadTime; local
4370LookaheadTime = IP_NETC__NETC_IERB->CFG_SW_INST[0U].STGSLR; /* [Ricky]TODO: this register is not a…
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…