Searched refs:rk3288_cru (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/clk/rockchip/ |
D | clk_rk3288.c | 143 static int rkclk_set_pll(struct rk3288_cru *cru, enum rk_clk_id clk_id, in rkclk_set_pll() 174 static int rkclk_configure_ddr(struct rk3288_cru *cru, struct rk3288_grf *grf, in rkclk_configure_ddr() 297 static int rockchip_mac_set_clk(struct rk3288_cru *cru, uint freq) in rockchip_mac_set_clk() 335 static int rockchip_vop_set_clk(struct rk3288_cru *cru, struct rk3288_grf *grf, in rockchip_vop_set_clk() 376 static void rkclk_init(struct rk3288_cru *cru, struct rk3288_grf *grf) in rkclk_init() 450 void rk3288_clk_configure_cpu(struct rk3288_cru *cru, struct rk3288_grf *grf) in rk3288_clk_configure_cpu() 492 static uint32_t rkclk_pll_get_rate(struct rk3288_cru *cru, in rkclk_pll_get_rate() 525 static ulong rockchip_mmc_get_clk(struct rk3288_cru *cru, uint gclk_rate, in rockchip_mmc_get_clk() 559 static ulong rockchip_mmc_set_clk(struct rk3288_cru *cru, uint gclk_rate, in rockchip_mmc_set_clk() 609 static ulong rockchip_spi_get_clk(struct rk3288_cru *cru, uint gclk_rate, in rockchip_spi_get_clk() [all …]
|
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | cru_rk3288.h | 30 struct rk3288_cru *cru; 34 struct rk3288_cru { struct 61 check_member(rk3288_cru, cru_emmc_con[1], 0x021c); argument
|
D | clock.h | 80 struct rk3288_cru; 83 void rk3288_clk_configure_cpu(struct rk3288_cru *cru, struct rk3288_grf *grf);
|
/external/u-boot/drivers/ram/rockchip/ |
D | sdram_rk3288.c | 39 struct rk3288_cru *cru; 94 static void ddr_reset(struct rk3288_cru *cru, u32 ch, u32 ctl, u32 phy) in ddr_reset() 111 static void ddr_phy_ctl_reset(struct rk3288_cru *cru, u32 ch, u32 n) in ddr_phy_ctl_reset() 119 static void phy_pctrl_reset(struct rk3288_cru *cru, in phy_pctrl_reset()
|
/external/u-boot/arch/arm/mach-rockchip/ |
D | rk3288-board.c | 50 struct rk3288_cru *cru = rockchip_get_cru(); in rk3288_detect_reset_reason()
|