Searched refs:qspi_sels (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk-vf610.c | 91 static const char *qspi_sels[] = { "pll3_usb_otg", "pll3_pfd4", "pll2_pfd4", "pll1_pfd4", }; variable 290 clk[VF610_CLK_QSPI0_SEL] = imx_clk_mux("qspi0_sel", CCM_CSCMR1, 22, 2, qspi_sels, 4); in vf610_clocks_init() 297 clk[VF610_CLK_QSPI1_SEL] = imx_clk_mux("qspi1_sel", CCM_CSCMR1, 24, 2, qspi_sels, 4); in vf610_clocks_init()
|