Lines Matching refs:ops
161 const phy_operations_t *ops; /*!< PHY operational method. */ member
174 const phy_operations_t *ops; /*!< PHY operational method. */ member
202 handle->ops = config->ops; in PHY_Init()
203 return handle->ops->phyInit(handle, config); in PHY_Init()
217 return handle->ops->phyWrite(handle, phyReg, data); in PHY_Write()
232 return handle->ops->phyRead(handle, phyReg, pData); in PHY_Read()
248 return handle->ops->phyWriteC45(handle, devAddr, phyReg, data); in PHY_WriteC45()
264 return handle->ops->phyReadC45(handle, devAddr, phyReg, pData); in PHY_ReadC45()
279 return handle->ops->getAutoNegoStatus(handle, status); in PHY_GetAutoNegotiationStatus()
294 return handle->ops->getLinkStatus(handle, status); in PHY_GetLinkStatus()
311 return handle->ops->getLinkSpeedDuplex(handle, speed, duplex); in PHY_GetLinkSpeedDuplex()
325 return handle->ops->setLinkSpeedDuplex(handle, speed, duplex); in PHY_SetLinkSpeedDuplex()
342 return handle->ops->enableLoopback(handle, mode, speed, enable); in PHY_EnableLoopback()
364 return handle->ops->enableLinkInterrupt(handle, type); in PHY_EnableLinkInterrupt()
378 return handle->ops->clearInterrupt(handle); in PHY_ClearInterrupt()