Searched refs:k210_register_pll_child (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk-k210.c | 928 k210_register_pll_child(np, ksc, K210_CLK_AI, K210_PLL1, in k210_clk_init() 941 k210_register_pll_child(np, ksc, K210_CLK_SPI0, K210_PLL0, 0); in k210_clk_init() 942 k210_register_pll_child(np, ksc, K210_CLK_SPI1, K210_PLL0, 0); in k210_clk_init() 943 k210_register_pll_child(np, ksc, K210_CLK_SPI2, K210_PLL0, 0); in k210_clk_init() 944 k210_register_pll_child(np, ksc, K210_CLK_I2C0, K210_PLL0, 0); in k210_clk_init() 945 k210_register_pll_child(np, ksc, K210_CLK_I2C1, K210_PLL0, 0); in k210_clk_init() 946 k210_register_pll_child(np, ksc, K210_CLK_I2C2, K210_PLL0, 0); in k210_clk_init() 949 k210_register_pll_child(np, ksc, K210_CLK_I2S0, K210_PLL2, 0); in k210_clk_init() 950 k210_register_pll_child(np, ksc, K210_CLK_I2S1, K210_PLL2, 0); in k210_clk_init() 951 k210_register_pll_child(np, ksc, K210_CLK_I2S2, K210_PLL2, 0); in k210_clk_init() [all …]
|