Home
last modified time | relevance | path

Searched refs:pllglob_reg (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_agilex_ll.c57 uint32_t pllm_reg, pllc_reg, pllc_div, pllglob_reg; in get_clk_freq() local
65 pllglob_reg = CLKMGR_MAINPLL + CLKMGR_MAINPLL_PLLGLOB; in get_clk_freq()
70 pllglob_reg = CLKMGR_PERPLL + CLKMGR_PERPLL_PLLGLOB; in get_clk_freq()
76 ref_clk = get_ref_clk(mmio_read_32(pllglob_reg)); in get_clk_freq()
Dclock_control_agilex5_ll.c18 static uint32_t get_ref_clk(mm_reg_t pllglob_reg, mm_reg_t pllm_reg) in get_ref_clk() argument
27 pllglob_val = sys_read32(pllglob_reg); in get_ref_clk()