Lines Matching refs:aux_clk
1168 const struct stm32_aux_clk *aux_clk;
1568 .aux_clk = stm32f429_aux_clk,
1578 .aux_clk = stm32f469_aux_clk,
1588 .aux_clk = stm32f746_aux_clk,
1598 .aux_clk = stm32f769_aux_clk,
1865 const struct stm32_aux_clk *aux_clk;
1868 aux_clk = &data->aux_clk[n];
1870 hw = stm32_register_aux_clk(aux_clk->name,
1871 aux_clk->parent_names, aux_clk->num_parents,
1872 aux_clk->offset_mux, aux_clk->shift,
1873 aux_clk->mask, aux_clk->offset_gate,
1874 aux_clk->bit_idx, aux_clk->flags,
1878 pr_warn("Unable to register %s clk\n", aux_clk->name);
1882 if (aux_clk->idx != NO_IDX)
1883 clks[aux_clk->idx] = hw;