Searched refs:fref_param (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 31 static char *fref_param; variable 1825 if (!fref_param) { in wl12xx_setup() 1838 if (!strcmp(fref_param, "19.2")) in wl12xx_setup() 1840 else if (!strcmp(fref_param, "26")) in wl12xx_setup() 1842 else if (!strcmp(fref_param, "26x")) in wl12xx_setup() 1844 else if (!strcmp(fref_param, "38.4")) in wl12xx_setup() 1846 else if (!strcmp(fref_param, "38.4x")) in wl12xx_setup() 1848 else if (!strcmp(fref_param, "52")) in wl12xx_setup() 1851 wl1271_error("Invalid fref parameter %s", fref_param); in wl12xx_setup() 1951 module_param_named(fref, fref_param, charp, 0);
|