Home
last modified time | relevance | path

Searched refs:phyCount (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c85 if ( phyId >= saRoot->phyCount ) in saPhyStart()
222 if ( (phyId & 0xF) >= saRoot->phyCount ) in saPhyStop()
334 if ( phyId >= saRoot->phyCount ) in siPhyStopCB()
536 if ( phyId >= saRoot->phyCount ) in saLocalPhyControl()
686 if ( phyId >= saRoot->phyCount ) in saLocalPhyControl()
867 if ( phyId >= saRoot->phyCount ) in saGetPhyProfile()
H A Dsatypes.h226 bit8 phyCount; /**< number of phys */ member
H A Dsainit.c856 saRoot->phyCount = (bit8) hwConfig->phyCount; in saInitialize()
858 for ( i = 0; i < saRoot->phyCount; i ++ ) in saInitialize()
869 saRoot->portCount = saRoot->phyCount; in saInitialize()
885 for ( j = 0; j < saRoot->phyCount; j ++ ) in saInitialize()
3362 saRoot->ControllerInfo.phyCount = (bit8)((config->ContrlCapFlag & PHY_COUNT_BITS) >> SHIFT19); in mpiWaitForConfigTable()
3407 SA_DBG1(("mpiWaitForConfigTable: Phy Count = 0x%x\n", saRoot->ControllerInfo.phyCount)); in mpiWaitForConfigTable()
3942 saRoot->phyCount = (bit8) hwConfig->phyCount; in siInitResources()
3944 for ( i = 0; i < saRoot->phyCount; i ++ ) in siInitResources()
3955 saRoot->portCount = saRoot->phyCount; in siInitResources()
3971 for ( j = 0; j < saRoot->phyCount; j ++ ) in siInitResources()
H A Dsaioctlcmd.c922 controllerInfo->phyCount = (bit8)((ContrlCapFlag & MAIN_PHY_COUNT_MASK) >> SHIFT19); in saGetControllerInfo()
945 SA_DBG1(("saGetControllerInfo: phyCount 0x%X\n", controllerInfo->phyCount)); in saGetControllerInfo()
H A Dsampirsp.c1259 if (portId > saRoot->phyCount) in mpiHWevent()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsatypes.h272 bit32 phyCount; member
H A Dtdport.c2624 HwConfig->phyCount = TD_MAX_NUM_PHYS; in tdsaGetHwConfigParams()
4692 bit32 phyCount = tdsaAllShared->phyCount; in tiCOMConfigureSgpio() local
4722 regCount = phyCount / 4; in tiCOMConfigureSgpio()
H A Dtdioctl.c747 for( i = 0; i < saRoot->phyCount ; i++) in tiCOMMgntIOCTL()
2868 PhyData->Reserved1 = ControllerInfo.phyCount; in tdsaGetPhyGeneralStatusIoctl()
H A Dtdmisc.c2682 TI_DBG6(("HwConfig->phyCount %d\n", HwConfig->phyCount)); in tdsaPrintHwConfig()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2060 bit8 phyCount; /* number of phy available in the controller */ member
2301 bit32 phyCount; /**< Number of PHYs that are to be configured member