Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c1897 uint64 NewBaseTime; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry() local
1925 NewBaseTime = TimeGateSchedulingTableEntry->AdminBaseTime; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
1930NewBaseTime = TimeGateSchedulingTableEntry->AdminBaseTime + (((uint64)CycleFactor + 1UL) * (uint64… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
1932 …fer.TableDataField[NETC_ETH_IP_ENETCTABLE_REQFMT_CFGEDATA0] = (uint32)(NewBaseTime & (0xFFFFFFFFUL… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
1933 …fer.TableDataField[NETC_ETH_IP_ENETCTABLE_REQFMT_CFGEDATA1] = (uint32)(NewBaseTime >> NETC_ETH_IP_… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c3743 uint64 NewBaseTime; local
3772 NewBaseTime = TimeGateSchedulingTableEntry->AdminBaseTime;
3777NewBaseTime = TimeGateSchedulingTableEntry->AdminBaseTime + (((uint64)CycleFactor + 1UL) * (uint64…
3779 …TableDataField[NETC_ETHSWT_IP_SWITCHTABLE_REQFMT_CFGEDATA0] = (uint32)(NewBaseTime & (NETC_ETHSWT_…
3780 …TableDataField[NETC_ETHSWT_IP_SWITCHTABLE_REQFMT_CFGEDATA1] = (uint32)(NewBaseTime >> NETC_ETHSWT_…