Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl_pcie_ep_boot.c389 #define CRU_BASE_ADDR 0xfd7c0000 macro
390 #define CRU_SOFTRST_CON32 (CRU_BASE_ADDR + 0x0a80)
391 #define CRU_SOFTRST_CON33 (CRU_BASE_ADDR + 0x0a84)
392 #define CRU_SOFTRST_CON34 (CRU_BASE_ADDR + 0x0a88)
393 #define CRU_GATE_CON32 (CRU_BASE_ADDR + 0x0880)
394 #define CRU_GATE_CON33 (CRU_BASE_ADDR + 0x0884)
395 #define CRU_GATE_CON34 (CRU_BASE_ADDR + 0x0888)
396 #define CRU_GATE_CON38 (CRU_BASE_ADDR + 0x0898)
397 #define CRU_GATE_CON39 (CRU_BASE_ADDR + 0x089c)
411 #define CRU_PHYREF_ALT_GATE_CON (CRU_BASE_ADDR + 0x0c38)
[all …]
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_px30.c44 #define CRU_BASE_ADDR 0xFF2B0000 macro
655 dram_info.cru = (void *)CRU_BASE_ADDR; in sdram_init()
H A Dsdram_rv1126.c67 #define CRU_BASE_ADDR 0xff490000 macro
3658 dram_info.cru = (void *)CRU_BASE_ADDR; in sdram_init()