Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ComPhyLib/
DComPhyMux.c45 COMPHY_MUX_OPTIONS *PtrMuxOpt; in ComPhyMuxCheckConfig() local
49 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() local
81 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()