Searched refs:LookaheadTime (Results 1 – 2 of 2) sorted by relevance
1898 uint32 LookaheadTime; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry() local1920 … LookaheadTime = IP_NETC__NETC_IERB->CFG_ENETC_INST[0U].ETGSLR + IP_NETC__ENETC0_PORT->PTGSATOR; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()1923 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime)) in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()1929 …CycleFactor = (uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) … in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
3744 uint32 LookaheadTime; local3767 …LookaheadTime = IP_NETC__NETC_IERB->CFG_SW_INST[0U].STGSLR; /* [Ricky]TODO: this register is not a…3770 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime))3776 …CycleFactor = (uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) …