Searched refs:rk3328_cru (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/clk/rockchip/ |
D | clk_rk3328.c | 206 static void rkclk_set_pll(struct rk3328_cru *cru, enum rk_clk_id clk_id, in rkclk_set_pll() 279 static void rkclk_init(struct rk3328_cru *cru) in rkclk_init() 304 void rk3328_configure_cpu(struct rk3328_cru *cru, in rk3328_configure_cpu() 329 static ulong rk3328_i2c_get_clk(struct rk3328_cru *cru, ulong clk_id) in rk3328_i2c_get_clk() 358 static ulong rk3328_i2c_set_clk(struct rk3328_cru *cru, ulong clk_id, uint hz) in rk3328_i2c_set_clk() 402 static ulong rk3328_gmac2io_set_clk(struct rk3328_cru *cru, ulong rate) in rk3328_gmac2io_set_clk() 440 static ulong rk3328_mmc_get_clk(struct rk3328_cru *cru, uint clk_id) in rk3328_mmc_get_clk() 466 static ulong rk3328_mmc_set_clk(struct rk3328_cru *cru, in rk3328_mmc_set_clk() 505 static ulong rk3328_pwm_get_clk(struct rk3328_cru *cru) in rk3328_pwm_get_clk() 515 static ulong rk3328_pwm_set_clk(struct rk3328_cru *cru, uint hz) in rk3328_pwm_set_clk() [all …]
|
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | cru_rk3328.h | 12 struct rk3328_cru *cru; 16 struct rk3328_cru { struct 46 check_member(rk3328_cru, sdmmc_ext_con[1], 0x39c); argument
|