Home
last modified time | relevance | path

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

/external/u-boot/board/armltd/vexpress64/
Dpcie.c16 #define XR3_CONFIG_BASE 0x7ff30000 macro
98 unsigned long base = XR3_CONFIG_BASE + XR3PCI_ATR_PCIE_WIN0; in xr3pci_setup_atr()
117 base = XR3_CONFIG_BASE + XR3PCI_ATR_AXI4_SLV0; in xr3pci_setup_atr()
150 writel(0x00f0b818, XR3_CONFIG_BASE + XR3PCI_VIRTCHAN_CREDITS); in xr3pci_init()
151 writel(0x1, XR3_CONFIG_BASE + XR3PCI_VIRTCHAN_CREDITS + 4); in xr3pci_init()
153 writel(0x6006, XR3_CONFIG_BASE + XR3PCI_PEX_SPC2); in xr3pci_init()
155 writel(PCI_CLASS_BRIDGE_PCI << 16, XR3_CONFIG_BASE + XR3PCI_BRIDGE_PCI_IDS); in xr3pci_init()
178 val = readl(XR3_CONFIG_BASE + XR3PCI_BASIC_STATUS); in xr3pci_init()