Searched refs:t_rf (Results 1 – 1 of 1) sorted by relevance
2675 int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_bb, u32 *t_rf) in wmi_get_temperature() argument2681 .measure_rf_en = cpu_to_le32(!!t_rf), in wmi_get_temperature()2699 if (t_rf) in wmi_get_temperature()2700 *t_rf = le32_to_cpu(reply.evt.rf_t1000); in wmi_get_temperature()