Home
last modified time | relevance | path

Searched refs:get_ref_clk (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/plat/marvell/armada/a3k/common/aarch64/
H A Da3700_clock.S24 .globl get_ref_clk symbol
25 func get_ref_clk
35 endfunc get_ref_clk
/rk3399_ARM-atf/plat/intel/soc/stratix10/soc/
H A Ds10_clock_manager.c201 uint32_t get_ref_clk(uint32_t pllglob) in get_ref_clk() function
254 ref_clk = get_ref_clk(mmio_read_32(pllglob_reg)); in get_clk_freq()
301 ref_clk = get_ref_clk(data32); in get_wdt_clk()
316 ref_clk = get_ref_clk(data32); in get_uart_clk()
335 ref_clk = get_ref_clk(data32); in get_mmc_clk()
362 ref_clk = get_ref_clk(data32); in get_cpu_clk()
/rk3399_ARM-atf/plat/marvell/armada/common/
H A Dmarvell_console.c17 #define PLAT_MARVELL_UART_CLK_IN_HZ (get_ref_clk() * 1000000)
/rk3399_ARM-atf/include/plat/marvell/armada/a3k/common/
H A Dplat_marvell.h103 uint32_t get_ref_clk(void);
/rk3399_ARM-atf/plat/intel/soc/agilex5/soc/
H A Dagilex5_clock_manager.c362 uint32_t get_ref_clk(uint32_t pllglob_reg, uint32_t pllm_reg) in get_ref_clk() function
416 clock = get_ref_clk(CLKMGR_MAINPLL(PLLGLOB), CLKMGR_MAINPLL(PLLM)); in get_clk_freq()
421 clock = get_ref_clk(CLKMGR_PERPLL(PLLGLOB), CLKMGR_PERPLL(PLLM)); in get_clk_freq()
523 emac_clock = get_ref_clk(CLKMGR_MAINPLL(PLLGLOB), CLKMGR_MAINPLL(PLLM)); in get_emaca_clk()
528 emac_clock = get_ref_clk(CLKMGR_PERPLL(PLLGLOB), CLKMGR_PERPLL(PLLM)); in get_emaca_clk()
/rk3399_ARM-atf/plat/intel/soc/stratix10/include/
H A Ds10_clock_manager.h99 uint32_t get_ref_clk(uint32_t pllglob);
/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dphy-comphy-3700.c324 if (get_ref_clk() == 40) in mvebu_a3700_comphy_sata_power_on()
459 if (get_ref_clk() == 40) in mvebu_a3700_comphy_sgmii_power_on()
503 if (get_ref_clk() == 40) in mvebu_a3700_comphy_sgmii_power_on()
704 if (get_ref_clk() == 40) { in mvebu_a3700_comphy_usb3_power_on()
861 if (get_ref_clk() == 40) in mvebu_a3700_comphy_pcie_power_on()
/rk3399_ARM-atf/plat/intel/soc/agilex/soc/
H A Dagilex_clock_manager.c279 uint32_t get_ref_clk(uint32_t pllglob) in get_ref_clk() function
331 ref_clk = get_ref_clk(mmio_read_32(pllglob_reg)); in get_clk_freq()
/rk3399_ARM-atf/plat/marvell/armada/common/aarch64/
H A Dmarvell_helpers.S68 bl get_ref_clk