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

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c2475 tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.phyProperties | 0x1;
2479 tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.phyProperties | 0x2;
2483 tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.phyProperties | 0x4;
2487 tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.phyProperties | 0x8;
2492 tdsaAllShared->Ports[index].agPhyConfig.phyProperties = 0;
2493 tdsaAllShared->Ports[index].agPhyConfig.phyProperties
[all...]
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c781 index = (agPhyConfig->phyProperties & 0x0ff00) >> SHIFT8;
784 Sscd = (agPhyConfig->phyProperties & 0xf0000) >> SHIFT16;
787 SA_DBG1(("mpiPhyStartCmd,phyId = %d dw 2 0x%08X\n",phyId ,((phyId & SM_PHYID_MASK) | ((agPhyConfig->phyProperties & 0xfff) << SHIFT8) | (agPhyConfig->phyProperties & 0xf0000) )));
790 SA_DBG2(("mpiPhyStartCmd,phyId 0x%x phyProperties 0x%x index 0x%x Sscd 0x%x\n",phyId, agPhyConfig->phyProperties,index,Sscd));
793 ((agPhyConfig->phyProperties & 0x000000FF) << SHIFT8)| /* SLR Mode */
794 (agPhyConfig->phyProperties & 0x000f0000) | /* SSCD */
795 (agPhyConfig->phyProperties & 0x00700000) | /* setting bit20, bit21 and bit22 for optical mode */
796 (agPhyConfig->phyProperties
[all...]
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c7524 bit32 phyProperties; local
7526 phyProperties = tdsaPortStartInfo->agPhyConfig.phyProperties;
7529 if (phyProperties & 0x4)
7533 if (phyProperties & 0x2)
7537 if (phyProperties & 0x1)
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2205 bit32 phyProperties; member in struct:agsaPhyConfig_s

Completed in 149 milliseconds