Searched refs:pll_bypass_src_sel (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/clk/imx/ |
D | clk-imx7d.c | 368 static const char *pll_bypass_src_sel[] = { "osc", "dummy", }; variable 414 …_clk_hw_mux("pll_arm_main_src", base + 0x60, 14, 2, pll_bypass_src_sel, ARRAY_SIZE(pll_bypass_src_… in imx7d_clocks_init() 415 …clk_hw_mux("pll_dram_main_src", base + 0x70, 14, 2, pll_bypass_src_sel, ARRAY_SIZE(pll_bypass_src_… in imx7d_clocks_init() 416 …_clk_hw_mux("pll_sys_main_src", base + 0xb0, 14, 2, pll_bypass_src_sel, ARRAY_SIZE(pll_bypass_src_… in imx7d_clocks_init() 417 …clk_hw_mux("pll_enet_main_src", base + 0xe0, 14, 2, pll_bypass_src_sel, ARRAY_SIZE(pll_bypass_src_… in imx7d_clocks_init() 418 …lk_hw_mux("pll_audio_main_src", base + 0xf0, 14, 2, pll_bypass_src_sel, ARRAY_SIZE(pll_bypass_src_… in imx7d_clocks_init() 419 …k_hw_mux("pll_video_main_src", base + 0x130, 14, 2, pll_bypass_src_sel, ARRAY_SIZE(pll_bypass_src_… in imx7d_clocks_init()
|