OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PcieRegWrite
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieInitLib.c
42
VOID
PcieRegWrite
(UINT32 Port, UINTN Offset, UINT32 Value)
177
PcieRegWrite
(Port, PCIE_CTRL_7_REG, pcie_ctrl7.UInt32);
253
PcieRegWrite
(Port,PCIE_CTRL_7_REG, pcie_ctrl7.UInt32);
273
PcieRegWrite
(Port, PCIE_EP_PCIE_CAP12_REG, pcie_cap12.UInt32);
298
PcieRegWrite
(Port, PCIE_EP_PORT_LOGIC4_REG, pcie_logic4.UInt32);
314
PcieRegWrite
(Port, PCIE_EP_PORT_LOGIC22_REG, logic22.UInt32);
377
PcieRegWrite
(Port, PCIE_EP_PORT_LOGIC4_REG, Value);
403
PcieRegWrite
(Port, PCIE_EP_PORT_LOGIC22_REG, logic22.UInt32);
406
PcieRegWrite
(Port, PCIE_EP_PCI_CFG_HDR4_REG, 0x00000004);
407
PcieRegWrite
(Port, PCIE_EP_PCI_CFG_HDR5_REG, 0x00000000);
[
all
...]
PcieInit.c
23
extern VOID
PcieRegWrite
(UINT32 Port, UINTN Offset, UINT32 Value);
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInitLib.c
41
VOID
PcieRegWrite
(UINT32 Port, UINTN Offset, UINT32 Value)
121
PcieRegWrite
(Port, PCIE_CTRL_7_REG, pcie_ctrl7.UInt32);
147
PcieRegWrite
(Port,PCIE_CTRL_7_REG, pcie_ctrl7.UInt32);
166
PcieRegWrite
(Port, PCIE_EP_PCIE_CAP12_REG, pcie_cap12.UInt32);
192
PcieRegWrite
(Port, PCIE_EP_PORT_LOGIC4_REG, pcie_logic4.UInt32);
208
PcieRegWrite
(Port, PCIE_EP_PORT_LOGIC22_REG, logic22.UInt32);
272
PcieRegWrite
(Port, PCIE_EP_PORT_LOGIC4_REG, Value);
298
PcieRegWrite
(Port, PCIE_EP_PORT_LOGIC22_REG, logic22.UInt32);
301
PcieRegWrite
(Port, PCIE_EP_PCI_CFG_HDR4_REG, 0x00000004);
302
PcieRegWrite
(Port, PCIE_EP_PCI_CFG_HDR5_REG, 0x00000000);
[
all
...]
PcieInit.c
21
extern VOID
PcieRegWrite
(UINT32 Port, UINTN Offset, UINT32 Value);
Completed in 58 milliseconds