Searched refs:phyId (Results 1 – 4 of 4) sorted by relevance
62 phy->phyId = CY_EPHY_INVALID_VALUE; in Cy_EPHY_Init()109 phy->phyId = ulPhyID; in Cy_EPHY_Discover()
288 uint32_t phyId; /**< phy ID */ member
3211 uint32_t (*getPhyId)(void* pD, uint32_t* phyId);
4203 uint32_t emacGetPhyId(void *pD, uint32_t *phyId) in emacGetPhyId() argument4205 if ((pD==NULL)||(phyId==NULL)) in emacGetPhyId()4214 *phyId= retVal; in emacGetPhyId()