Searched refs:PtrMuxOpt (Results 1 – 1 of 1) sorted by relevance
45 COMPHY_MUX_OPTIONS *PtrMuxOpt; in ComPhyMuxCheckConfig() local49 PtrMuxOpt = MuxData->MuxValues; in ComPhyMuxCheckConfig()50 for (Opt = 0, Valid = 0; Opt < MuxData->MaxLaneValues; Opt++, PtrMuxOpt++) { in ComPhyMuxCheckConfig()51 if (PtrMuxOpt->Type == ComPhyMapData->Type) { in ComPhyMuxCheckConfig()77 COMPHY_MUX_OPTIONS *PtrMuxOpt; in ComPhyMuxGetMuxValue() local81 PtrMuxOpt = MuxData->MuxValues; in ComPhyMuxGetMuxValue()82 for (Opt = 0 ; Opt < MuxData->MaxLaneValues; Opt++, PtrMuxOpt++) in ComPhyMuxGetMuxValue()83 if (PtrMuxOpt->Type == Type) { in ComPhyMuxGetMuxValue()84 Value = PtrMuxOpt->MuxValue; in ComPhyMuxGetMuxValue()