Searched full:gpmi_sel (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/clk/mxs/ |
D | clk-imx23.c | 82 lcdif_sel, gpmi_sel, ssp_sel, emi_sel, cpu, etm_sel, cpu_pll, enumerator 120 clks[gpmi_sel] = mxs_clk_mux("gpmi_sel", CLKSEQ, 4, 1, sel_io, ARRAY_SIZE(sel_io)); in mx23_clocks_init() 131 clks[gpmi_div] = mxs_clk_div("gpmi_div", "gpmi_sel", GPMI, 0, 10, 29); in mx23_clocks_init()
|
D | clk-imx28.c | 134 ref_pix, ref_hsadc, ref_gpmi, saif0_sel, saif1_sel, gpmi_sel, enumerator 180 clks[gpmi_sel] = mxs_clk_mux("gpmi_sel", CLKSEQ, 2, 1, sel_gpmi, ARRAY_SIZE(sel_gpmi)); in mx28_clocks_init() 198 clks[gpmi_div] = mxs_clk_div("gpmi_div", "gpmi_sel", GPMI, 0, 10, 29); in mx28_clocks_init()
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | imx23-clock.yaml | 27 gpmi_sel 8
|
D | imx28-clock.yaml | 32 gpmi_sel 13
|
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx6ul.c | 261 …hws[IMX6UL_CLK_GPMI_SEL] = imx_clk_hw_mux("gpmi_sel", base + 0x1c, 19, 1, gpmi_sels, ARRAY_S… in imx6ul_clocks_init() 312 hws[IMX6UL_CLK_GPMI_PODF] = imx_clk_hw_divider("gpmi_podf", "gpmi_sel", base + 0x24, 22, 3); in imx6ul_clocks_init()
|