Lines Matching refs:tcxo_param
44 static char *tcxo_param; variable
1861 if (!tcxo_param && pdev_data->tcxo_clock_freq) { in wl12xx_setup()
1871 } else if (tcxo_param) { in wl12xx_setup()
1872 if (!strcmp(tcxo_param, "19.2")) in wl12xx_setup()
1874 else if (!strcmp(tcxo_param, "26")) in wl12xx_setup()
1876 else if (!strcmp(tcxo_param, "38.4")) in wl12xx_setup()
1878 else if (!strcmp(tcxo_param, "52")) in wl12xx_setup()
1880 else if (!strcmp(tcxo_param, "16.368")) in wl12xx_setup()
1882 else if (!strcmp(tcxo_param, "32.736")) in wl12xx_setup()
1884 else if (!strcmp(tcxo_param, "16.8")) in wl12xx_setup()
1886 else if (!strcmp(tcxo_param, "33.6")) in wl12xx_setup()
1889 wl1271_error("Invalid tcxo parameter %s", tcxo_param); in wl12xx_setup()
1964 module_param_named(tcxo, tcxo_param, charp, 0);