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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieInitLib.c 347 PCIE_EEP_PCI_CFG_HDR15_U hdr15; local
410 hdr15.UInt32 = PcieRegRead(Port, PCIE_EP_PCI_CFG_HDR15_REG);
411 hdr15.UInt32 &= 0xffff00ff;
412 hdr15.UInt32 |= 0x00000100;
413 PcieRegWrite(Port, PCIE_EP_PCI_CFG_HDR15_REG, hdr15.UInt32);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInitLib.c 241 PCIE_EEP_PCI_CFG_HDR15_U hdr15; local
305 hdr15.UInt32 = PcieRegRead(Port, PCIE_EP_PCI_CFG_HDR15_REG);
306 hdr15.UInt32 &= 0xffff00ff;
307 hdr15.UInt32 |= 0x00000100;
308 PcieRegWrite(Port, PCIE_EP_PCI_CFG_HDR15_REG, hdr15.UInt32);
    [all...]

Completed in 50 milliseconds