Home
last modified time | relevance | path

Searched refs:Info (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c320 Gmac_Ip_RxInfoType * Info
365 Gmac_Ip_RxInfoType * Info in Gmac_Ip_ReadTimeStampInfo() argument
388 Info->Timestamp.secondsHi = CurrTimeSecHi; in Gmac_Ip_ReadTimeStampInfo()
392 Info->Timestamp.secondsHi = (uint16)(CurrTimeSecHi - 1U); in Gmac_Ip_ReadTimeStampInfo()
394 Info->Timestamp.seconds = BdSec; in Gmac_Ip_ReadTimeStampInfo()
395 Info->Timestamp.nanoseconds = (uint32)(Bd->Des0); in Gmac_Ip_ReadTimeStampInfo()
399 Info->Timestamp.secondsHi = 0U; in Gmac_Ip_ReadTimeStampInfo()
400 Info->Timestamp.seconds = 0U; in Gmac_Ip_ReadTimeStampInfo()
401 Info->Timestamp.nanoseconds = 0U; in Gmac_Ip_ReadTimeStampInfo()
1724 Gmac_Ip_RxInfoType * Info) in Gmac_Ip_ReadFrame() argument
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/include/
DGmac_Ip.h304 Gmac_Ip_RxInfoType * Info);
378 Gmac_Ip_TxInfoType * Info);
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8ulp/
Dboard.c1943 struct dram_timing_info *Info; in BOARD_DdrSave() local
1944 Info = (struct dram_timing_info *)(SAVED_DRAM_DATA_BASE_ADDR_FROM_TFA); in BOARD_DdrSave()
1992 for (i = 0; i < Info->phy_f1_cfg_num; i++) in BOARD_DdrSave()
1994 Info->phy_f1_cfg[i].val = R32(Info->phy_f1_cfg[i].reg); in BOARD_DdrSave()