Home
last modified time | relevance | path

Searched refs:selected_clock (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Dmain.c926 static int wl128x_boot_clk(struct wl1271 *wl, int *selected_clock) in wl128x_boot_clk() argument
961 *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() local
1102 ret = wl128x_boot_clk(wl, &selected_clock); in wl12xx_pre_boot()
1133 clk |= ((selected_clock & 0x3) << 1) << 4; in wl12xx_pre_boot()