Searched refs:aux_parents (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/clk/qcom/ |
D | kpss-xcc.c | 15 static const char *aux_parents[] = { variable 58 clk = clk_register_mux_table(&pdev->dev, name, aux_parents, in kpss_xcc_driver_probe() 59 ARRAY_SIZE(aux_parents), 0, base, 0, 0x3, in kpss_xcc_driver_probe()
|
/linux-5.19.10/drivers/clk/sprd/ |
D | sc9860-clk.c | 503 static const char * const aux_parents[] = { "ext-32k", "rpll0-26m", variable 511 static SPRD_COMP_CLK(aux0_clk, "aux0", aux_parents, 0x238, 513 static SPRD_COMP_CLK(aux1_clk, "aux1", aux_parents, 0x23c, 515 static SPRD_COMP_CLK(aux2_clk, "aux2", aux_parents, 0x240, 517 static SPRD_COMP_CLK(probe_clk, "probe", aux_parents, 0x244,
|
D | sc9863a-clk.c | 351 static const struct clk_parent_data aux_parents[] = { variable 356 static SPRD_COMP_CLK_DATA(aux0_clk, "aux0-clk", aux_parents, 0x22c, 358 static SPRD_COMP_CLK_DATA(aux1_clk, "aux1-clk", aux_parents, 0x230, 360 static SPRD_COMP_CLK_DATA(aux2_clk, "aux2-clk", aux_parents, 0x234, 362 static SPRD_COMP_CLK_DATA(probe_clk, "probe-clk", aux_parents, 0x238,
|