Home
last modified time | relevance | path

Searched refs:get_mpu_clk (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/n5x/soc/
H A Dn5x_clock_manager.c100 uint32_t get_mpu_clk(void) in get_mpu_clk() function
163 mpu_periph_clk = (get_mpu_clk()/4)/PLAT_HZ_CONVERT_TO_MHZ; in get_mpu_periph_clk()
/rk3399_ARM-atf/plat/intel/soc/n5x/include/
H A Dn5x_clock_manager.h56 uint32_t get_mpu_clk(void);
/rk3399_ARM-atf/plat/intel/soc/agilex/include/
H A Dagilex_clock_manager.h130 uint32_t get_mpu_clk(void);
/rk3399_ARM-atf/plat/intel/soc/stratix10/soc/
H A Ds10_clock_manager.c346 uint32_t get_mpu_clk(void) in get_mpu_clk() function
374 mpu_periph_clk = (get_mpu_clk()/4)/PLAT_HZ_CONVERT_TO_MHZ; in get_mpu_periph_clk()
/rk3399_ARM-atf/plat/intel/soc/agilex/soc/
H A Dagilex_clock_manager.c392 uint32_t get_mpu_clk(void) in get_mpu_clk() function
425 mpu_periph_clk = (get_mpu_clk()/4)/PLAT_HZ_CONVERT_TO_MHZ; in get_mpu_periph_clk()
/rk3399_ARM-atf/plat/intel/soc/agilex5/soc/
H A Dagilex5_clock_manager.c544 static uint32_t get_mpu_clk(void) in get_mpu_clk() function
612 clk_rate = get_mpu_clk(); in clkmgr_get_rate()