Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/hieth-sf/src/
Dinterface.c470 if (!priv->phy->initDone) { in HiethHwInit()
473 priv->phy->initDone = true; in HiethHwInit()
482 priv->phy->initDone = false; in HiethHwInit()
498 priv->phy->initDone = false; in HiethHwInit()
512 if (!priv->phy->initDone) { in HiethHwInit()
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
Deth_phy.h94 bool initDone; member
/device/soc/hisilicon/common/platform/hieth-sf/adapter/
Dhieth_phy.c40 pstPrivData->phy->initDone = false; in CreateHiethPrivData()