can_sels           61 drivers/clk/imx/clk-imx6q.c static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", };
can_sels          625 drivers/clk/imx/clk-imx6q.c 		hws[IMX6QDL_CLK_CAN_SEL]   = imx_clk_hw_mux("can_sel",	base + 0x20, 8,  2, can_sels, ARRAY_SIZE(can_sels));
can_sels           42 drivers/clk/imx/clk-imx6sx.c static const char *can_sels[]		= { "pll3_60m", "osc", "pll3_80m", "dummy", };
can_sels          294 drivers/clk/imx/clk-imx6sx.c 	hws[IMX6SX_CLK_CAN_SEL]            = imx_clk_hw_mux("can_sel",          base + 0x20,  8,      2,      can_sels,          ARRAY_SIZE(can_sels));
can_sels           52 drivers/clk/imx/clk-imx6ul.c static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", "dummy", };
can_sels          256 drivers/clk/imx/clk-imx6ul.c 	hws[IMX6UL_CLK_CAN_SEL]	  = imx_clk_hw_mux("can_sel",	base + 0x20, 8,  2, can_sels, ARRAY_SIZE(can_sels));