Searched refs:PtrChipCfg (Results 1 – 4 of 4) sorted by relevance
181 IN CHIP_COMPHY_CONFIG *PtrChipCfg in ComPhyPrint() argument187 for (Lane = 0; Lane < PtrChipCfg->LanesCount; Lane++) { in ComPhyPrint()188 SpeedStr = GetSpeedString(PtrChipCfg->MapData[Lane].Speed); in ComPhyPrint()189 TypeStr = GetTypeString(PtrChipCfg->MapData[Lane].Type); in ComPhyPrint()198 IN CHIP_COMPHY_CONFIG *PtrChipCfg in GetChipComPhyInit() argument207 if (StrCmp (PtrChipCfg->ChipType, ChipCfgTbl[i].ChipType) == 0) { in GetChipComPhyInit()208 PtrChipCfg->Init = ChipCfgTbl[i].Init; in GetChipComPhyInit()241 CHIP_COMPHY_CONFIG ChipConfig[MAX_CHIPS], *PtrChipCfg; in MvComPhyInit() local253 PtrChipCfg = &ChipConfig[i]; in MvComPhyInit()256 MaxComphyCount = PtrChipCfg->LanesCount; in MvComPhyInit()[all …]
114 IN CHIP_COMPHY_CONFIG *PtrChipCfg, in ComPhyMuxInit() argument123 ComPhyMaxLanes = PtrChipCfg->LanesCount; in ComPhyMuxInit()124 MuxData = PtrChipCfg->MuxData; in ComPhyMuxInit()125 MuxBitCount = PtrChipCfg->MuxBitCount; in ComPhyMuxInit()
939 IN CHIP_COMPHY_CONFIG *PtrChipCfg, in ComPhyMuxCp110() argument948 ComPhyMaxCount = PtrChipCfg->LanesCount; in ComPhyMuxCp110()949 ComPhyBaseAddr = PtrChipCfg->ComPhyBaseAddr; in ComPhyMuxCp110()963 PtrChipCfg->MuxData = Cp110ComPhyMuxData; in ComPhyMuxCp110()964 ComPhyMuxInit(PtrChipCfg, ComPhyMapPhyData, ComPhyBaseAddr + in ComPhyMuxCp110()967 PtrChipCfg->MuxData = Cp110ComPhyPipeMuxData; in ComPhyMuxCp110()968 ComPhyMuxInit(PtrChipCfg, ComPhyMapPipeData, ComPhyBaseAddr + in ComPhyMuxCp110()980 IN CHIP_COMPHY_CONFIG *PtrChipCfg in ComPhyCp110Init() argument989 ComPhyMaxCount = PtrChipCfg->LanesCount; in ComPhyCp110Init()990 ComPhyBaseAddr = PtrChipCfg->ComPhyBaseAddr; in ComPhyCp110Init()[all …]
399 IN CHIP_COMPHY_CONFIG *PtrChipCfg415 IN CHIP_COMPHY_CONFIG *PtrChipCfg,