Searched refs:can_sels (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/clk/imx/
H A Dclk-imx6ul.c53 static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", "dummy", }; variable
270 hws[IMX6UL_CLK_CAN_SEL] = imx_clk_hw_mux("can_sel", base + 0x20, 8, 2, can_sels, ARRAY_SIZE(can_sels));
H A Dclk-imx6sx.c43 static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", "dummy", }; variable
288 hws[IMX6SX_CLK_CAN_SEL] = imx_clk_hw_mux("can_sel", base + 0x20, 8, 2, can_sels, ARRAY_SIZE(can_sels));
H A Dclk-imx6q.c63 static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", }; variable
626 hws[IMX6QDL_CLK_CAN_SEL] = imx_clk_hw_mux("can_sel", base + 0x20, 8, 2, can_sels, ARRAY_SIZE(can_sels));

Completed in 149 milliseconds