Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/armltd/integrator/
H A Dpci.c163 v3_writel(V3_LB_BASE1, v3_addr_to_lb_base(PHYS_PCI_CONFIG_BASE) | in v3_open_config_window()
175 v3_writel(V3_LB_BASE1, v3_addr_to_lb_base(PHYS_PCI_MEM_BASE + SZ_256M) | in v3_close_config_window()
368 v3_writel(V3_LB_BASE1, v3_addr_to_lb_base(PHYS_PCI_MEM_BASE + SZ_256M) | in pci_init_board()
377 debug("LB_BASE1 = %08x\n", v3_readl(V3_LB_BASE1)); in pci_init_board()
H A Dpci_v3.h42 #define V3_LB_BASE1 0x00000058 macro