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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieInitLib.c 433 PCIE_CTRL_0_U str_pcie_ctrl_0; local
447 str_pcie_ctrl_0.UInt32 = PcieRegRead(Port, PCIE_CTRL_0_REG);
450 str_pcie_ctrl_0.Bits.pcie2_slv_device_type = PCIE_EP_DEVICE;
454 str_pcie_ctrl_0.Bits.pcie2_slv_device_type = RP_OF_PCIE_RC;
456 PcieRegWrite(Port, PCIE_CTRL_0_REG, str_pcie_ctrl_0.UInt32);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInitLib.c 328 PCIE_CTRL_0_U str_pcie_ctrl_0; local
342 str_pcie_ctrl_0.UInt32 = PcieRegRead(Port, PCIE_CTRL_0_REG);
345 str_pcie_ctrl_0.Bits.pcie2_slv_device_type = PCIE_EP_DEVICE;
349 str_pcie_ctrl_0.Bits.pcie2_slv_device_type = RP_OF_PCIE_RC;
351 PcieRegWrite(Port, PCIE_CTRL_0_REG, str_pcie_ctrl_0.UInt32);
    [all...]

Completed in 77 milliseconds