Searched refs:rk3399_cru (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | cru_rk3399.h | 13 struct rk3399_cru *cru; 36 struct rk3399_cru { struct 68 check_member(rk3399_cru, sdio1_con[1], 0x594); argument 110 void rk3399_configure_cpu_l(struct rk3399_cru *cru, 112 void rk3399_configure_cpu_b(struct rk3399_cru *cru,
|
/openbmc/u-boot/drivers/clk/rockchip/ |
H A D | clk_rk3399.c | 421 void rk3399_configure_cpu_l(struct rk3399_cru *cru, in rk3399_configure_cpu_l() 456 void rk3399_configure_cpu_b(struct rk3399_cru *cru, in rk3399_configure_cpu_b() 515 static ulong rk3399_i2c_get_clk(struct rk3399_cru *cru, ulong clk_id) in rk3399_i2c_get_clk() 552 static ulong rk3399_i2c_set_clk(struct rk3399_cru *cru, ulong clk_id, uint hz) in rk3399_i2c_set_clk() 629 static ulong rk3399_spi_get_clk(struct rk3399_cru *cru, ulong clk_id) in rk3399_spi_get_clk() 651 static ulong rk3399_spi_set_clk(struct rk3399_cru *cru, ulong clk_id, uint hz) in rk3399_spi_set_clk() 678 static ulong rk3399_vop_set_clk(struct rk3399_cru *cru, ulong clk_id, u32 hz) in rk3399_vop_set_clk() 722 static ulong rk3399_mmc_get_clk(struct rk3399_cru *cru, uint clk_id) in rk3399_mmc_get_clk() 749 static ulong rk3399_mmc_set_clk(struct rk3399_cru *cru, in rk3399_mmc_set_clk() 802 static ulong rk3399_gmac_set_clk(struct rk3399_cru *cru, ulong rate) in rk3399_gmac_set_clk() [all …]
|
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/ |
H A D | puma-rk3399.c | 66 struct rk3399_cru *cru = rockchip_get_cru(); in spl_board_init()
|
/openbmc/u-boot/drivers/ram/rockchip/ |
H A D | sdram_rk3399.c | 36 struct rk3399_cru *cru;
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | clk-rk3399.c | 1575 CLK_OF_DECLARE(rk3399_cru, "rockchip,rk3399-cru", rk3399_clk_init);
|