Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c168 uint32_t u32RetValue; in Cy_ETHIF_MdioInit() local
212u32RetValue = cyp_ethif_gemgxlobj->init((void *)cyp_ethif_pd[u8EthIfInstance], &cy_ethif_cfg[u8Eth… in Cy_ETHIF_MdioInit()
213 if (u32RetValue == ((uint32_t)EINVAL) || u32RetValue == ((uint32_t)ENOTSUP)) in Cy_ETHIF_MdioInit()
264 uint32_t u32RetValue = 0; in Cy_ETHIF_Init() local
350u32RetValue = cyp_ethif_gemgxlobj->init((void *)cyp_ethif_pd[u8EthIfInstance], &cy_ethif_cfg[u8Eth… in Cy_ETHIF_Init()
351 if (u32RetValue == ((uint32_t)EINVAL) || u32RetValue == ((uint32_t)ENOTSUP)) in Cy_ETHIF_Init()