Lines Matching refs:aux_clk
1172 const struct stm32_aux_clk *aux_clk; member
1572 .aux_clk = stm32f429_aux_clk,
1582 .aux_clk = stm32f469_aux_clk,
1592 .aux_clk = stm32f746_aux_clk,
1602 .aux_clk = stm32f769_aux_clk,
1869 const struct stm32_aux_clk *aux_clk; in stm32f4_rcc_init() local
1872 aux_clk = &data->aux_clk[n]; in stm32f4_rcc_init()
1874 hw = stm32_register_aux_clk(aux_clk->name, in stm32f4_rcc_init()
1875 aux_clk->parent_names, aux_clk->num_parents, in stm32f4_rcc_init()
1876 aux_clk->offset_mux, aux_clk->shift, in stm32f4_rcc_init()
1877 aux_clk->mask, aux_clk->offset_gate, in stm32f4_rcc_init()
1878 aux_clk->bit_idx, aux_clk->flags, in stm32f4_rcc_init()
1882 pr_warn("Unable to register %s clk\n", aux_clk->name); in stm32f4_rcc_init()
1886 if (aux_clk->idx != NO_IDX) in stm32f4_rcc_init()
1887 clks[aux_clk->idx] = hw; in stm32f4_rcc_init()