Searched refs:can_sels (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/clk/imx/ |
| D | clk-imx6ul.c | 60 static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", "dummy", }; variable 240 …_CLK_CAN_SEL] = imx_clk_mux("can_sel", base + 0x20, 8, 2, can_sels, ARRAY_SIZE(can_sels)); in imx6ul_clocks_init()
|
| D | clk-imx6sx.c | 50 static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", "dummy", }; variable 299 …clk_mux("can_sel", base + 0x20, 8, 2, can_sels, ARRAY_SIZE(can_sels)); in imx6sx_clocks_init()
|