Searched refs:rk3188_cru (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/clk/rockchip/ |
D | clk_rk3188.c | 85 static int rkclk_set_pll(struct rk3188_cru *cru, enum rk_clk_id clk_id, in rkclk_set_pll() 119 static int rkclk_configure_ddr(struct rk3188_cru *cru, struct rk3188_grf *grf, in rkclk_configure_ddr() 165 static int rkclk_configure_cpu(struct rk3188_cru *cru, struct rk3188_grf *grf, in rkclk_configure_cpu() 225 static uint32_t rkclk_pll_get_rate(struct rk3188_cru *cru, in rkclk_pll_get_rate() 258 static ulong rockchip_mmc_get_clk(struct rk3188_cru *cru, uint gclk_rate, in rockchip_mmc_get_clk() 287 static ulong rockchip_mmc_set_clk(struct rk3188_cru *cru, uint gclk_rate, in rockchip_mmc_set_clk() 323 static ulong rockchip_spi_get_clk(struct rk3188_cru *cru, uint gclk_rate, in rockchip_spi_get_clk() 345 static ulong rockchip_spi_set_clk(struct rk3188_cru *cru, uint gclk_rate, in rockchip_spi_set_clk() 372 static void rkclk_init(struct rk3188_cru *cru, struct rk3188_grf *grf, in rkclk_init() 498 struct rk3188_cru *cru = priv->cru; in rk3188_clk_set_rate() [all …]
|
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | cru_rk3188.h | 28 struct rk3188_cru *cru; 33 struct rk3188_cru { struct 52 check_member(rk3188_cru, cru_glb_cnt_th, 0x0140); argument
|
/external/u-boot/drivers/ram/rockchip/ |
D | sdram_rk3188.c | 37 struct rk3188_cru *cru; 95 static void ddr_reset(struct rk3188_cru *cru, u32 ch, u32 ctl, u32 phy) in ddr_reset() 112 static void ddr_phy_ctl_reset(struct rk3188_cru *cru, u32 ch, u32 n) in ddr_phy_ctl_reset() 120 static void phy_pctrl_reset(struct rk3188_cru *cru, in phy_pctrl_reset()
|