Searched refs:periph_sels (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/clk/imx/ |
D | clk-imx6sll.c | 38 static const char *periph_sels[] = { "periph_pre", "periph_clk2", }; variable 210 …_clk_busy_mux("periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)); in imx6sll_clocks_init()
|
D | clk-imx6sl.c | 43 static const char *periph_sels[] = { "pre_periph_sel", "periph_clk2_podf", }; variable 324 …busy_mux("periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)); in imx6sl_clocks_init()
|
D | clk-imx6ul.c | 45 static const char *periph_sels[] = { "periph_pre", "periph_clk2", }; variable 286 …_clk_busy_mux("periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)); in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 34 static const char *periph_sels[] = { "periph_pre", "periph_clk2", }; variable 364 …"periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)… in imx6sx_clocks_init()
|
D | clk-imx6q.c | 32 static const char *periph_sels[] = { "periph_pre", "periph_clk2", }; variable 647 …busy_mux("periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)); in imx6q_clocks_init()
|