Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaphy.c86 if ( phyId >= saRoot->phyCount ) in saPhyStart()
223 if ( (phyId & 0xF) >= saRoot->phyCount ) in saPhyStop()
335 if ( phyId >= saRoot->phyCount ) in siPhyStopCB()
537 if ( phyId >= saRoot->phyCount ) in saLocalPhyControl()
687 if ( phyId >= saRoot->phyCount ) in saLocalPhyControl()
868 if ( phyId >= saRoot->phyCount ) in saGetPhyProfile()
HDsatypes.h227 bit8 phyCount; /**< number of phys */ member
HDsainit.c857 saRoot->phyCount = (bit8) hwConfig->phyCount; in saInitialize()
859 for ( i = 0; i < saRoot->phyCount; i ++ ) in saInitialize()
870 saRoot->portCount = saRoot->phyCount; in saInitialize()
886 for ( j = 0; j < saRoot->phyCount; j ++ ) in saInitialize()
3363 saRoot->ControllerInfo.phyCount = (bit8)((config->ContrlCapFlag & PHY_COUNT_BITS) >> SHIFT19); in mpiWaitForConfigTable()
3408 SA_DBG1(("mpiWaitForConfigTable: Phy Count = 0x%x\n", saRoot->ControllerInfo.phyCount)); in mpiWaitForConfigTable()
3943 saRoot->phyCount = (bit8) hwConfig->phyCount; in siInitResources()
3945 for ( i = 0; i < saRoot->phyCount; i ++ ) in siInitResources()
3956 saRoot->portCount = saRoot->phyCount; in siInitResources()
3972 for ( j = 0; j < saRoot->phyCount; j ++ ) in siInitResources()
HDsaioctlcmd.c923 controllerInfo->phyCount = (bit8)((ContrlCapFlag & MAIN_PHY_COUNT_MASK) >> SHIFT19); in saGetControllerInfo()
946 SA_DBG1(("saGetControllerInfo: phyCount 0x%X\n", controllerInfo->phyCount)); in saGetControllerInfo()
HDsampirsp.c1263 if (portId > saRoot->phyCount) in mpiHWevent()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdsatypes.h273 bit32 phyCount; member
HDtdport.c2625 HwConfig->phyCount = TD_MAX_NUM_PHYS; in tdsaGetHwConfigParams()
4693 bit32 phyCount = tdsaAllShared->phyCount; in tiCOMConfigureSgpio() local
4723 regCount = phyCount / 4; in tiCOMConfigureSgpio()
HDtdioctl.c748 for( i = 0; i < saRoot->phyCount ; i++) in tiCOMMgntIOCTL()
2869 PhyData->Reserved1 = ControllerInfo.phyCount; in tdsaGetPhyGeneralStatusIoctl()
HDtdmisc.c2683 TI_DBG6(("HwConfig->phyCount %d\n", HwConfig->phyCount)); in tdsaPrintHwConfig()
/NextBSD/sys/dev/pms/RefTisa/sallsdk/api/
HDsa.h2061 bit8 phyCount; /* number of phy available in the controller */ member
2302 bit32 phyCount; /**< Number of PHYs that are to be configured member