Searched refs:can_sels (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk-imx6ul.c | 52 static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", "dummy", }; variable 255 …6UL_CLK_CAN_SEL] = imx_clk_hw_mux("can_sel", base + 0x20, 8, 2, can_sels, ARRAY_SIZE(can_sels)); in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 43 static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", "dummy", }; variable 287 …_hw_mux("can_sel", base + 0x20, 8, 2, can_sels, ARRAY_SIZE(can_sels)); in imx6sx_clocks_init()
|
D | clk-imx6q.c | 62 static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", }; variable 621 …QDL_CLK_CAN_SEL] = imx_clk_hw_mux("can_sel", base + 0x20, 8, 2, can_sels, ARRAY_SIZE(can_sels)); in imx6q_clocks_init()
|