Searched refs:selected_clock (Results 1 – 1 of 1) sorted by relevance
926 static int wl128x_boot_clk(struct wl1271 *wl, int *selected_clock) in wl128x_boot_clk() argument961 *selected_clock = priv->tcxo_clock; in wl128x_boot_clk()968 *selected_clock = priv->ref_clock; in wl128x_boot_clk()971 return wl128x_configure_mcs_pll(wl, *selected_clock); in wl128x_boot_clk()1099 int selected_clock = -1; in wl12xx_pre_boot() local1102 ret = wl128x_boot_clk(wl, &selected_clock); in wl12xx_pre_boot()1133 clk |= ((selected_clock & 0x3) << 1) << 4; in wl12xx_pre_boot()