Searched refs:pllodiv (Results 1 – 1 of 1) sorted by relevance
304 uint32_t i, pllodiv, pdiv; in adjust_odiv_settings() local316 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() local344 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() local543 pllodiv = mmio_read_32(PLLDIG_PLLODIV(pll_addr, div_index)); in config_pll_out_div()[all …]