Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3368/
H A Drk3368.c234 const uintptr_t SGRF_BASE = in sgrf_soc_con_addr() local
237 return SGRF_BASE + sizeof(u32) * no; in sgrf_soc_con_addr()
242 const uintptr_t SGRF_BASE = in sgrf_busdmac_addr() local
245 const uintptr_t SGRF_BUSDMAC_BASE = SGRF_BASE + SGRF_BUSDMAC_OFFSET; in sgrf_busdmac_addr()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3568/
H A Drk3568.c44 #define SGRF_BASE 0xFDD18000 macro
856 writel(((0x3 << 11 | 0x1 << 4) << 16), SGRF_BASE + SGRF_SOC_CON4); in arch_cpu_init()
867 writel(((0x1 << 14) << 16) | (0x0 << 14), SGRF_BASE + SGRF_SOC_CON3); in arch_cpu_init()
915 writel(0x00030000, SGRF_BASE + SGRF_SOC_CON4); /* usb3otg0 master secure setting */ in arch_cpu_init()
918 writel(((0x3 << 11 | 0x1 << 4) << 16), SGRF_BASE + SGRF_SOC_CON4); in arch_cpu_init()
935 writel(((0x1 << 14) << 16) | (0x0 << 14), SGRF_BASE + SGRF_SOC_CON3); in arch_cpu_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rv1126/
H A Drv1126.c95 #define SGRF_BASE 0xFE0A0000 macro
763 writel(entry_point, SGRF_BASE + SGRF_CON_SCR1_BOOT_ADDR); in spl_fit_standalone_release()
764 writel(0x00ff00bf, SGRF_BASE + SGRF_SOC_CON3); in spl_fit_standalone_release()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3308/
H A Drk3308.c49 #define SGRF_BASE 0xff2b0000 macro
201 static struct rk3308_sgrf * const sgrf = (void *)SGRF_BASE; in arch_cpu_init()
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3308.c29 #define SGRF_BASE 0xff2b0000 macro
861 sdram_priv.sgrf = (void *)SGRF_BASE; in sdram_init()