HomeSort by relevance Sort by last modified time
    Searched refs:soctype (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieInit.c 25 extern EFI_STATUS PciePortInit (UINT32 soctype, UINT32 HostBridgeNum, PCIE_DRIVER_CFG *PcieCfg);
125 UINT32 soctype = 0; local
138 soctype = PcdGet32(Pcdsoctype);
151 Status = PciePortInit(soctype, HostBridgeNum, &gastr_pcie_driver_cfg[Port]);
PcieInitLib.c 102 VOID PcieRxValidCtrl(UINT32 soctype, UINT32 HostBridgeNum, UINT32 Port, BOOLEAN On)
112 if (0x1610 == soctype)
153 EFI_STATUS PcieEnableItssm(UINT32 soctype, UINT32 HostBridgeNum, UINT32 Port)
162 if (0x1610 == soctype)
167 (VOID)PcieRxValidCtrl(soctype, HostBridgeNum, Port, 1);
186 STATIC EFI_STATUS PciPerfTuning(UINT32 soctype, UINT32 HostBridgeNum, UINT32 Port)
230 EFI_STATUS PcieDisableItssm(UINT32 soctype, UINT32 HostBridgeNum, UINT32 Port)
239 if (0x1610 == soctype)
244 PcieRxValidCtrl(soctype, HostBridgeNum, Port, 1);
431 EFI_STATUS PcieModeSet(UINT32 soctype, UINT32 HostBridgeNum, UINT32 Port, PCIE_PORT_TYPE PcieType)
    [all...]
PcieInitLib.h 237 BOOLEAN PcieIsLinkUp(UINT32 soctype, UINT32 HostBridgeNum, UINT32 Port);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInitLib.c 731 EFI_STATUS HisiPcieClockCtrl(UINT32 soctype, UINT32 HostBridgeNum, UINT32 Port, BOOLEAN Clock)
751 if (0x1610 == soctype)
783 VOID PcieSpdSet(UINT32 soctype, UINT32 HostBridgeNum, UINT32 Port, UINT8 Spd)
787 if (0x1610 == soctype)
    [all...]

Completed in 1254 milliseconds