Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_ephy.c62 phy->phyId = CY_EPHY_INVALID_VALUE; in Cy_EPHY_Init()
109 phy->phyId = ulPhyID; in Cy_EPHY_Discover()
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_ephy.h288 uint32_t phyId; /**< phy ID */ member
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dcedi.h3211 uint32_t (*getPhyId)(void* pD, uint32_t* phyId);
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd.c4203 uint32_t emacGetPhyId(void *pD, uint32_t *phyId) in emacGetPhyId() argument
4205 if ((pD==NULL)||(phyId==NULL)) in emacGetPhyId()
4214 *phyId= retVal; in emacGetPhyId()