Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c2475 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2479 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2483 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2487 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2493 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2505 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2509 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2514 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2515 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2534 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
[all …]
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c781 index = (agPhyConfig->phyProperties & 0x0ff00) >> SHIFT8; in mpiPhyStartCmd()
784 Sscd = (agPhyConfig->phyProperties & 0xf0000) >> SHIFT16; in mpiPhyStartCmd()
787 …d ,((phyId & SM_PHYID_MASK) | ((agPhyConfig->phyProperties & 0xfff) << SHIFT8) | (agPhyConfig->phy… in mpiPhyStartCmd()
790 …yId 0x%x phyProperties 0x%x index 0x%x Sscd 0x%x\n",phyId, agPhyConfig->phyProperties,index,Sscd)); in mpiPhyStartCmd()
793 ((agPhyConfig->phyProperties & 0x000000FF) << SHIFT8)| /* SLR Mode */ in mpiPhyStartCmd()
794 (agPhyConfig->phyProperties & 0x000f0000) | /* SSCD */ in mpiPhyStartCmd()
795 …(agPhyConfig->phyProperties & 0x00700000) | /* setting bit20, bit21 and bit22 for optica… in mpiPhyStartCmd()
796 …(agPhyConfig->phyProperties & 0x00800000) ); /* bit23 active cable mode BCT Disable 12g o… in mpiPhyStartCmd()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c7524 bit32 phyProperties; in tdsaFindLocalLinkRate() local
7526 phyProperties = tdsaPortStartInfo->agPhyConfig.phyProperties; in tdsaFindLocalLinkRate()
7529 if (phyProperties & 0x4) in tdsaFindLocalLinkRate()
7533 if (phyProperties & 0x2) in tdsaFindLocalLinkRate()
7537 if (phyProperties & 0x1) in tdsaFindLocalLinkRate()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2205 bit32 phyProperties; member