Home
last modified time | relevance | path

Searched refs:phyMode (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/hieth-sf/src/
H A Dinterface.c373 int32_t phyMode = 0; in HiethLinkStatusChanged() local
392 switch (priv->phy->phyMode) { in HiethLinkStatusChanged()
394 phyMode = HIETH_PHY_MII_MODE; in HiethLinkStatusChanged()
397 phyMode = HIETH_PHY_RMII_MODE; in HiethLinkStatusChanged()
400 HDF_LOGE("not supported mode: %d", priv->phy->phyMode); in HiethLinkStatusChanged()
405 HiethSetMiiMode(ld, phyMode); in HiethLinkStatusChanged()
432 int32_t HisiEthSetPhyMode(const char *phyMode) in HisiEthSetPhyMode() argument
437 if (!strcasecmp(phyMode, PhyModes(i))) { in HisiEthSetPhyMode()
463 priv->phy->phyMode = g_phyModeVal; in HiethHwInit()
464 HDF_LOGE("hisi_eth: User set phy mode=%s", PhyModes(priv->phy->phyMode)); in HiethHwInit()
[all...]
/device/soc/hisilicon/common/platform/hieth-sf/include/
H A Dhieth.h92 int32_t phyMode; member
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
H A Deth_drv.h68 int32_t HisiEthSetPhyMode(const char *phyMode);
H A Deth_phy.h98 int32_t phyMode; member

Completed in 2 milliseconds