Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c304 uint32_t i, pllodiv, pdiv; in adjust_odiv_settings() local
316 pllodiv = mmio_read_32(PLLDIG_PLLODIV(pll_addr, i)); in adjust_odiv_settings()
318 pdiv = PLLDIG_PLLODIV_DIV(pllodiv); in adjust_odiv_settings()
330 pllodiv = PLLDIG_PLLODIV_DIV_SET(pdiv - 1U); in adjust_odiv_settings()
331 mmio_write_32(PLLDIG_PLLODIV(pll_addr, i), pllodiv); in adjust_odiv_settings()
340 uint32_t pllodiv; in get_enabled_odivs() local
344 pllodiv = mmio_read_32(PLLDIG_PLLODIV(pll_addr, i)); in get_enabled_odivs()
345 if ((pllodiv & PLLDIG_PLLODIV_DE) != 0U) { in get_enabled_odivs()
540 uint32_t pllodiv; in config_pll_out_div() local
543 pllodiv = mmio_read_32(PLLDIG_PLLODIV(pll_addr, div_index)); in config_pll_out_div()
[all …]