Home
last modified time | relevance | path

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

/linux/drivers/clk/aspeed/
H A Dclk-ast2700.c39 #define SCU1_CLK_SEL2 0x284 macro
473 SCU1_CLK_APLL, SCU1_CLK_SEL2, 8, 3, ast2700_clk_div_table),
475 SCU1_CLK_SEL2, 20, 3, ast2700_clk_div_table),
477 SCU1_CLK_SEL2, 23, 3, ast2700_clk_div_table),
481 uxclk_parent_hws, SCU1_CLK_SEL2, 0, 2),
483 uxclk_parent_hws, SCU1_CLK_SEL2, 3, 2),
857 val = readl(clk_ctrl->base + SCU1_CLK_SEL2) & ~SCU1_CLK_I3C_DIV_MASK; in ast2700_soc1_configure_i3c_clk()
859 writel(val, clk_ctrl->base + SCU1_CLK_SEL2); in ast2700_soc1_configure_i3c_clk()