Lines Matching refs:general_params
67 &((struct wl1271_nvs_file *)wl->nvs)->general_params; in wl1271_cmd_general_parms()
86 memcpy(&gen_parms->general_params, gp, sizeof(*gp)); in wl1271_cmd_general_parms()
90 gen_parms->general_params.tx_bip_fem_auto_detect = true; in wl1271_cmd_general_parms()
92 if (gen_parms->general_params.tx_bip_fem_auto_detect) in wl1271_cmd_general_parms()
96 gen_parms->general_params.ref_clock = priv->ref_clock; in wl1271_cmd_general_parms()
105 gen_parms->general_params.tx_bip_fem_manufacturer; in wl1271_cmd_general_parms()
134 &((struct wl128x_nvs_file *)wl->nvs)->general_params; in wl128x_cmd_general_parms()
153 memcpy(&gen_parms->general_params, gp, sizeof(*gp)); in wl128x_cmd_general_parms()
157 gen_parms->general_params.tx_bip_fem_auto_detect = true; in wl128x_cmd_general_parms()
159 if (gen_parms->general_params.tx_bip_fem_auto_detect) in wl128x_cmd_general_parms()
163 gen_parms->general_params.ref_clock = priv->ref_clock; in wl128x_cmd_general_parms()
164 gen_parms->general_params.tcxo_ref_clock = priv->tcxo_clock; in wl128x_cmd_general_parms()
173 gen_parms->general_params.tx_bip_fem_manufacturer; in wl128x_cmd_general_parms()
202 struct wl1271_ini_general_params *gp = &nvs->general_params; in wl1271_cmd_radio_parms()
246 struct wl128x_ini_general_params *gp = &nvs->general_params; in wl128x_cmd_radio_parms()