Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DPp2Dxe.c514 Mvpp2SmiPhyAddrCfg(&Pp2Context->Port, Pp2Context->Port.GopIndex, Pp2Context->PhyDev->Addr); in Pp2DxePhyInitialize()
1130 Pp2Context->Port.GopIndex = GopIndexes[Pp2Context->Instance]; in Pp2DxeParsePortPcd()
1135 PcdGet32 (PcdPp2GmacDevSize) * Pp2Context->Port.GopIndex; in Pp2DxeParsePortPcd()
1137 PcdGet32 (PcdPp2XlgDevSize) * Pp2Context->Port.GopIndex; in Pp2DxeParsePortPcd()
DPp2Dxe.h291 UINT8 GopIndex; member
DMvpp2Lib.c4049 if (Port->GopIndex == 0) { in MvpPp2xGop110NetcCfgCreate()
4057 if (Port->GopIndex == 2) { in MvpPp2xGop110NetcCfgCreate()
4063 if (Port->GopIndex == 3) { in MvpPp2xGop110NetcCfgCreate()
4233 if (Port->GopIndex > 0) { in MvGop110Xlg2GigMacCfg()