Searched refs:t_m (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1372 s32 t_m, t_r; in temp_show() local 1376 rc = wmi_get_temperature(wil, &t_m, &t_r); in temp_show() 1381 print_temp(s, "T_mac =", t_m); in temp_show()
|
H A D | wil6210.h | 1262 int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_m, u32 *t_r);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 2297 TCGv_ptr t_m = tcg_temp_new_ptr(); in do_perm_pred3() local 2306 tcg_gen_addi_ptr(t_m, tcg_env, pred_full_reg_offset(s, a->rm)); in do_perm_pred3() 2308 fn(t_d, t_n, t_m, tcg_constant_i32(desc)); in do_perm_pred3()
|