Home
last modified time | relevance | path

Searched refs:mpu_periph_clk (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/n5x/soc/
H A Dn5x_clock_manager.c161 uint32_t mpu_periph_clk = 0; in get_mpu_periph_clk() local
163 mpu_periph_clk = (get_mpu_clk()/4)/PLAT_HZ_CONVERT_TO_MHZ; in get_mpu_periph_clk()
164 return mpu_periph_clk; in get_mpu_periph_clk()
/rk3399_ARM-atf/plat/intel/soc/stratix10/soc/
H A Ds10_clock_manager.c372 uint32_t mpu_periph_clk = 0; in get_mpu_periph_clk() local
374 mpu_periph_clk = (get_mpu_clk()/4)/PLAT_HZ_CONVERT_TO_MHZ; in get_mpu_periph_clk()
375 return mpu_periph_clk; in get_mpu_periph_clk()
/rk3399_ARM-atf/plat/intel/soc/agilex/soc/
H A Dagilex_clock_manager.c423 uint32_t mpu_periph_clk = 0; in get_mpu_periph_clk() local
425 mpu_periph_clk = (get_mpu_clk()/4)/PLAT_HZ_CONVERT_TO_MHZ; in get_mpu_periph_clk()
426 return mpu_periph_clk; in get_mpu_periph_clk()