Searched refs:ftm_fix_sels (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk-vf610.c | 98 static const char *ftm_fix_sels[] = { "sxosc", "ipg_bus", }; variable 352 clk[VF610_CLK_FTM0_FIX_SEL] = imx_clk_mux("ftm0_fix_sel", CCM_CSCMR2, 14, 1, ftm_fix_sels, 2); in vf610_clocks_init() 355 clk[VF610_CLK_FTM1_FIX_SEL] = imx_clk_mux("ftm1_fix_sel", CCM_CSCMR2, 15, 1, ftm_fix_sels, 2); in vf610_clocks_init() 358 clk[VF610_CLK_FTM2_FIX_SEL] = imx_clk_mux("ftm2_fix_sel", CCM_CSCMR2, 16, 1, ftm_fix_sels, 2); in vf610_clocks_init() 361 clk[VF610_CLK_FTM3_FIX_SEL] = imx_clk_mux("ftm3_fix_sel", CCM_CSCMR2, 17, 1, ftm_fix_sels, 2); in vf610_clocks_init()
|