Searched refs:periph2_sels (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/clk/imx/ |
D | clk-imx6sl.c | 44 static const char *periph2_sels[] = { "pre_periph2_sel", "periph2_clk2_podf", }; variable 330 …usy_mux("periph2", base + 0x14, 26, 1, base + 0x48, 3, periph2_sels, ARRAY_SIZE(periph2_sels)); in imx6sl_clocks_init()
|
D | clk-imx6ul.c | 46 static const char *periph2_sels[] = { "periph2_pre", "periph2_clk2", }; variable 260 …lk_busy_mux("periph2", base + 0x14, 26, 1, base + 0x48, 3, periph2_sels, ARRAY_SIZE(periph2_sels)); in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 35 static const char *periph2_sels[] = { "periph2_pre", "periph2_clk2", }; variable 373 …periph2", base + 0x14, 26, 1, base + 0x48, 3, periph2_sels, ARRAY_SIZE(periph2_sels)… in imx6sx_clocks_init()
|
D | clk-imx6q.c | 33 static const char *periph2_sels[] = { "periph2_pre", "periph2_clk2", }; variable 331 …usy_mux("periph2", base + 0x14, 26, 1, base + 0x48, 3, periph2_sels, ARRAY_SIZE(periph2_sels)); in imx6q_clocks_init()
|