Searched refs:rk3288_cru (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3288.c | 235 static int rkclk_set_pll(struct rk3288_cru *cru, enum rk_clk_id clk_id, in rkclk_set_pll() 269 static u32 rkclk_pll_get_rate(struct rk3288_cru *cru, in rkclk_pll_get_rate() 302 static int rkclk_configure_ddr(struct rk3288_cru *cru, struct rk3288_grf *grf, in rkclk_configure_ddr() 436 static int rockchip_mac_set_clk(struct rk3288_cru *cru, uint freq) in rockchip_mac_set_clk() 474 static int rockchip_vop_set_clk(struct rk3288_cru *cru, struct rk3288_grf *grf, in rockchip_vop_set_clk() 587 static void rkclk_init(struct rk3288_cru *cru, struct rk3288_grf *grf) in rkclk_init() 673 void rk3288_clk_configure_cpu(struct rk3288_cru *cru, struct rk3288_grf *grf) in rk3288_clk_configure_cpu() 714 static ulong rockchip_mmc_get_clk(struct rk3288_cru *cru, uint gclk_rate, in rockchip_mmc_get_clk() 749 static ulong rockchip_mmc_set_clk(struct rk3288_cru *cru, uint gclk_rate, in rockchip_mmc_set_clk() 799 static ulong rockchip_spi_get_clk(struct rk3288_cru *cru, uint gclk_rate, in rockchip_spi_get_clk() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | cru_rk3288.h | 33 struct rk3288_cru *cru; 42 struct rk3288_cru { struct 69 check_member(rk3288_cru, cru_emmc_con[1], 0x021c); argument
|
| H A D | clock.h | 217 struct rk3288_cru; 220 void rk3288_clk_configure_cpu(struct rk3288_cru *cru, struct rk3288_grf *grf);
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rk3288.c | 42 struct rk3288_cru *cru; 97 static void ddr_reset(struct rk3288_cru *cru, u32 ch, u32 ctl, u32 phy) in ddr_reset() 114 static void ddr_phy_ctl_reset(struct rk3288_cru *cru, u32 ch, u32 n) in ddr_phy_ctl_reset() 122 static void phy_pctrl_reset(struct rk3288_cru *cru, in phy_pctrl_reset()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3288/ |
| H A D | rk3288.c | 195 struct rk3288_cru *cru = rockchip_get_cru(); in rk3288_detect_reset_reason()
|
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-rk3288.c | 1005 CLK_OF_DECLARE(rk3288_cru, "rockchip,rk3288-cru", rk3288_clk_init);
|