Lines Matching refs:aux_clk
1169 const struct stm32_aux_clk *aux_clk;
1569 .aux_clk = stm32f429_aux_clk,
1579 .aux_clk = stm32f469_aux_clk,
1589 .aux_clk = stm32f746_aux_clk,
1599 .aux_clk = stm32f769_aux_clk,
1866 const struct stm32_aux_clk *aux_clk;
1869 aux_clk = &data->aux_clk[n];
1871 hw = stm32_register_aux_clk(aux_clk->name,
1872 aux_clk->parent_names, aux_clk->num_parents,
1873 aux_clk->offset_mux, aux_clk->shift,
1874 aux_clk->mask, aux_clk->offset_gate,
1875 aux_clk->bit_idx, aux_clk->flags,
1879 pr_warn("Unable to register %s clk\n", aux_clk->name);
1883 if (aux_clk->idx != NO_IDX)
1884 clks[aux_clk->idx] = hw;