Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2600.c735 u32 addr, addr_ext; in ast2600_configure_pll() local
741 addr_ext = (u32)(&scu->h_pll_ext_param); in ast2600_configure_pll()
745 addr_ext = (u32)(&scu->m_pll_ext_param); in ast2600_configure_pll()
749 addr_ext = (u32)(&scu->d_pll_ext_param); in ast2600_configure_pll()
753 addr_ext = (u32)(&scu->e_pll_ext_param); in ast2600_configure_pll()
770 writel(p_cfg->ext_reg, addr_ext); in ast2600_configure_pll()
777 while (!(readl(addr_ext) & BIT(31))) in ast2600_configure_pll()