Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/intel/soc/n5x/soc/
Dn5x_clock_manager.c101 uint32_t get_mpu_clk(void) in get_mpu_clk() function
154 cpu_clk = get_mpu_clk()/PLAT_HZ_CONVERT_TO_MHZ; in get_cpu_clk()
/trusted-firmware-a-latest/plat/intel/soc/n5x/include/
Dn5x_clock_manager.h57 uint32_t get_mpu_clk(void);
/trusted-firmware-a-latest/plat/intel/soc/agilex/include/
Dagilex_clock_manager.h130 uint32_t get_mpu_clk(void);
/trusted-firmware-a-latest/plat/intel/soc/agilex/soc/
Dagilex_clock_manager.c392 uint32_t get_mpu_clk(void) in get_mpu_clk() function
406 cpu_clk = get_mpu_clk()/PLAT_HZ_CONVERT_TO_MHZ; in get_cpu_clk()