Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-rockchip/rk322x/
A Drk322x.c57 static struct rk322x_sgrf * const sgrf = (void *)SGRF_BASE; in arch_cpu_init() local
60 rk_clrreg(&sgrf->soc_con[0], 0x4000); in arch_cpu_init()
/u-boot/arch/arm/mach-rockchip/rk3399/
A Drk3399.c90 struct rk3399_pmusgrf_regs *sgrf; in arch_cpu_init() local
102 sgrf = syscon_get_first_range(ROCKCHIP_SYSCON_PMUSGRF); in arch_cpu_init()
103 rk_clrsetreg(&sgrf->ddr_rgn_con[16], 0x1ff, 0); in arch_cpu_init()
104 rk_clrreg(&sgrf->slv_secure_con4, 0x2000); in arch_cpu_init()
/u-boot/arch/arm/mach-rockchip/rk3308/
A Drk3308.c189 static struct rk3308_sgrf * const sgrf = (void *)SGRF_BASE; in arch_cpu_init() local
193 rk_clrreg(&sgrf->con_secure0, 0x2b83); in arch_cpu_init()
/u-boot/doc/device-tree-bindings/clock/
A Drockchip,rk3288-dmc.txt7 - rockchip,sgrf: this driver should access sgrf regs, so need get sgrf here
118 rockchip,sgrf = <&sgrf>;
/u-boot/arch/arm/dts/
A Drk3288-u-boot.dtsi48 &sgrf {
A Drk3368-px5-evb-u-boot.dtsi44 &sgrf {
A Drk3368-lion-u-boot.dtsi75 &sgrf {
A Drk3288.dtsi484 rockchip,sgrf = <&sgrf>;
599 sgrf: syscon@ff740000 { label
600 compatible = "rockchip,rk3288-sgrf", "syscon";
A Drk3368.dtsi664 sgrf: syscon@ff740000 { label
665 compatible = "rockchip,rk3368-sgrf", "syscon";
/u-boot/drivers/ram/rockchip/
A Dsdram_rk3288.c45 struct rk3288_sgrf *sgrf; member
619 rk_clrsetreg(&dram->sgrf->soc_con2, 0x1f, sdram_params->base.stride); in dram_all_config()
816 rk_clrsetreg(&dram->sgrf->soc_con2, 0x1f, 0x17); in sdram_init()
818 rk_clrsetreg(&dram->sgrf->soc_con2, 0x1f, 0x1a); in sdram_init()
1067 priv->sgrf = syscon_get_first_range(ROCKCHIP_SYSCON_SGRF); in rk3288_dmc_probe()
A Dsdram_rk3188.c43 struct rk3188_sgrf *sgrf; member

Completed in 16 milliseconds