Lines Matching refs:gp
52 struct wl1271_ini_general_params *gp =
61 if (gp->tx_bip_fem_manufacturer >= WL1271_INI_FEM_MODULE_COUNT) {
72 memcpy(&gen_parms->general_params, gp, sizeof(*gp));
90 gp->tx_bip_fem_manufacturer =
93 if (gp->tx_bip_fem_manufacturer >= WL1271_INI_FEM_MODULE_COUNT) {
101 wl->fem_manuf = gp->tx_bip_fem_manufacturer;
109 gp->tx_bip_fem_manufacturer);
119 struct wl128x_ini_general_params *gp =
128 if (gp->tx_bip_fem_manufacturer >= WL1271_INI_FEM_MODULE_COUNT) {
139 memcpy(&gen_parms->general_params, gp, sizeof(*gp));
158 gp->tx_bip_fem_manufacturer =
161 if (gp->tx_bip_fem_manufacturer >= WL1271_INI_FEM_MODULE_COUNT) {
169 wl->fem_manuf = gp->tx_bip_fem_manufacturer;
177 gp->tx_bip_fem_manufacturer);
188 struct wl1271_ini_general_params *gp = &nvs->general_params;
200 fem_idx = WL12XX_FEM_TO_NVS_ENTRY(gp->tx_bip_fem_manufacturer);
232 struct wl128x_ini_general_params *gp = &nvs->general_params;
244 fem_idx = WL12XX_FEM_TO_NVS_ENTRY(gp->tx_bip_fem_manufacturer);