Home
last modified time | relevance | path

Searched refs:gpu_axi_sels (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/imx/
H A Dclk-imx6q.c33 static const char *gpu_axi_sels[] = { "axi", "ahb", }; variable
622 …imx_clk_hw_mux("gpu2d_axi", base + 0x18, 0, 1, gpu_axi_sels, ARRAY_SIZE(gpu_axi_sels)… in imx6q_clocks_init()
623 …imx_clk_hw_mux("gpu3d_axi", base + 0x18, 1, 1, gpu_axi_sels, ARRAY_SIZE(gpu_axi_sels)… in imx6q_clocks_init()
H A Dclk-imx6sx.c31 static const char *gpu_axi_sels[] = { "pll2_pfd2_396m", "pll3_pfd0_720m", "pll3_pfd1_540m", "pll2_b… variable
273 …_mux("gpu_axi_sel", base + 0x18, 8, 2, gpu_axi_sels, ARRAY_SIZE(gpu_axi_sels)… in imx6sx_clocks_init()