Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskxmac2.c2130 LastMode = pAC->GIni.GP[Port].PPhyPowerState; in SkGmEnterLowPowerMode()
2131 pAC->GIni.GP[Port].PPhyPowerState = Mode; in SkGmEnterLowPowerMode()
2216 pAC->GIni.GP[Port].PPhyPowerState = LastMode; in SkGmEnterLowPowerMode()
2257 LastMode = pAC->GIni.GP[Port].PPhyPowerState; in SkGmLeaveLowPowerMode()
2258 pAC->GIni.GP[Port].PPhyPowerState = PHY_PM_OPERATIONAL_MODE; in SkGmLeaveLowPowerMode()
2338 pAC->GIni.GP[Port].PPhyPowerState = LastMode; in SkGmLeaveLowPowerMode()
Dskgepnmi.c5149 Val8 = (SK_U8) pAC->GIni.GP[PhysPortIndex].PPhyPowerState; in MacPrivateConf()
5155 Val8 = (SK_U8) pAC->GIni.GP[PhysPortIndex].PPhyPowerState; in MacPrivateConf()
5865 if (pAC->GIni.GP[PhysPortIndex].PPhyPowerState) { in MacPrivateConf()
5869 if (pAC->GIni.GP[PhysPortIndex].PPhyPowerState < 3) { in MacPrivateConf()
5884 if (!pAC->GIni.GP[PhysPortIndex].PPhyPowerState) { in MacPrivateConf()
5909 if (pAC->GIni.GP[PhysPortIndex].PPhyPowerState) { in MacPrivateConf()
5913 if (pAC->GIni.GP[PhysPortIndex].PPhyPowerState < 3) { in MacPrivateConf()
5929 if (!pAC->GIni.GP[PhysPortIndex].PPhyPowerState) { in MacPrivateConf()
Dskgeinit.c1396 pPrt->PPhyPowerState = PHY_PM_OPERATIONAL_MODE; in SkGeInit0()
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgeinit.h363 SK_U8 PPhyPowerState; /* PHY current power state */ member