Searched full:mtmp (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_hwmon.c | 81 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_show() 106 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_max_show() 139 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_rst_store() 144 err = mlxsw_reg_write(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_rst_store() 258 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_module_temp_get() 625 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), in mlxsw_hwmon_temp_init() 632 MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_init() 704 * mtmp register by mlxsw_hwmon_temp_init(). in mlxsw_hwmon_module_init() 764 MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_gearbox_init()
|
| H A D | core_thermal.c | 197 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_get_temp() 248 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_module_temp_get() 273 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_gearbox_temp_get()
|
| H A D | core_env.c | 226 err = mlxsw_reg_query(core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_module_temp_thresholds_get() 236 /* Validate if threshold reading is available through MTMP register, in mlxsw_env_module_temp_thresholds_get() 865 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_temp_event_set() 883 * Celsius degrees by 1000 whereas MTMP expects in mlxsw_env_temp_event_set() 895 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_temp_event_set()
|
| /linux/arch/parisc/math-emu/ |
| H A D | fpudispatch.c | 1167 } mtmp, atmp; local 1193 &mtmp.ints.i1,&status)) 1201 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, 1216 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, 1229 fpregs[tm] = mtmp.ints.i1; 1230 fpregs[tm+1] = mtmp.ints.i2; 1263 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, 1271 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, 1282 fpregs[tm] = mtmp.ints.i1; 1306 } mtmp, atmp; local [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | hwmon.c | 15 /* module 0 is mapped to sensor_index 64 in MTMP register */ 380 if (!MLX5_CAP_MCAM_REG(mdev, mtmp)) in mlx5_hwmon_dev_register()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 1092 struct mce *mtmp = &etmp->m; in mce_reign() local 1094 if (mtmp->severity > global_worst) { in mce_reign() 1095 global_worst = mtmp->severity; in mce_reign()
|