Searched refs:periph_sels (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/clk/imx/ |
D | clk-imxrt1050.c | 24 static const char *const periph_sels[] = { "pre_periph_sel", "todo", }; variable 118 periph_sels, ARRAY_SIZE(periph_sels)); in imxrt1050_clocks_probe()
|
D | clk-imx6sll.c | 38 static const char *periph_sels[] = { "periph_pre", "periph_clk2", }; variable 218 …k_hw_busy_mux("periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)); in imx6sll_clocks_init()
|
D | clk-imx6sl.c | 41 static const char *periph_sels[] = { "pre_periph_sel", "periph_clk2_podf", }; variable 325 …busy_mux("periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)); in imx6sl_clocks_init()
|
D | clk-imx6ul.c | 38 static const char *periph_sels[] = { "periph_pre", "periph_clk2", }; variable 301 …k_hw_busy_mux("periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)); in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 27 static const char *periph_sels[] = { "periph_pre", "periph_clk2", }; variable 360 …"periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)… in imx6sx_clocks_init()
|
D | clk-imx6q.c | 29 static const char *periph_sels[] = { "periph_pre", "periph_clk2", }; variable 710 …busy_mux("periph", base + 0x14, 25, 1, base + 0x48, 5, periph_sels, ARRAY_SIZE(periph_sels)); in imx6q_clocks_init()
|