Searched refs:phyProperties (Results 1 – 4 of 4) sorted by relevance
2474 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()2478 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()2482 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()2486 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()2491 tdsaAllShared->Ports[index].agPhyConfig.phyProperties = 0; in tdsaParseLinkRateMode()2492 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()2493 …ode: LinkRate == 0 || LinkRate >= 0x%x\n",tdsaAllShared->Ports[index].agPhyConfig.phyProperties)); in tdsaParseLinkRateMode()2504 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()2508 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()2513 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()[all …]
780 index = (agPhyConfig->phyProperties & 0x0ff00) >> SHIFT8; in mpiPhyStartCmd()783 Sscd = (agPhyConfig->phyProperties & 0xf0000) >> SHIFT16; in mpiPhyStartCmd()786 …d ,((phyId & SM_PHYID_MASK) | ((agPhyConfig->phyProperties & 0xfff) << SHIFT8) | (agPhyConfig->phy… in mpiPhyStartCmd()789 …yId 0x%x phyProperties 0x%x index 0x%x Sscd 0x%x\n",phyId, agPhyConfig->phyProperties,index,Sscd)); in mpiPhyStartCmd()792 ((agPhyConfig->phyProperties & 0x000000FF) << SHIFT8)| /* SLR Mode */ in mpiPhyStartCmd()793 (agPhyConfig->phyProperties & 0x000f0000) | /* SSCD */ in mpiPhyStartCmd()794 …(agPhyConfig->phyProperties & 0x00700000) | /* setting bit20, bit21 and bit22 for optica… in mpiPhyStartCmd()795 …(agPhyConfig->phyProperties & 0x00800000) ); /* bit23 active cable mode BCT Disable 12g o… in mpiPhyStartCmd()
7523 bit32 phyProperties; in tdsaFindLocalLinkRate() local7525 phyProperties = tdsaPortStartInfo->agPhyConfig.phyProperties; in tdsaFindLocalLinkRate()7528 if (phyProperties & 0x4) in tdsaFindLocalLinkRate()7532 if (phyProperties & 0x2) in tdsaFindLocalLinkRate()7536 if (phyProperties & 0x1) in tdsaFindLocalLinkRate()
2204 bit32 phyProperties; member