noc_clk_mux_p     100 drivers/clk/actions/owl-s700.c static const char *noc_clk_mux_p[] = { "dev_clk", "display_pll", "nand_pll", "ddr_pll", "cvbs_pll"};
noc_clk_mux_p     117 drivers/clk/actions/owl-s700.c static OWL_MUX(clk_noc0_clk_mux, "noc0_clk_mux", noc_clk_mux_p, CMU_BUSCLK, 4, 3, CLK_SET_RATE_PARENT);
noc_clk_mux_p     118 drivers/clk/actions/owl-s700.c static OWL_MUX(clk_noc1_clk_mux, "noc1_clk_mux", noc_clk_mux_p, CMU_BUSCLK1, 4, 3, CLK_SET_RATE_PARENT);
noc_clk_mux_p     119 drivers/clk/actions/owl-s700.c static OWL_MUX(clk_hp_clk_mux, "hp_clk_mux", noc_clk_mux_p, CMU_BUSCLK1, 8, 3, CLK_SET_RATE_PARENT);
noc_clk_mux_p      96 drivers/clk/actions/owl-s900.c static const char *noc_clk_mux_p[] = { "dev_clk", "assist_pll_clk", };
noc_clk_mux_p     116 drivers/clk/actions/owl-s900.c static OWL_MUX(noc_clk_mux, "noc_clk_mux", noc_clk_mux_p, CMU_BUSCLK, 7, 1, CLK_SET_RATE_PARENT);