Home
last modified time | relevance | path

Searched refs:mtmp (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Dfpudispatch.c1167 } 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 …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c70 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_show()
93 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_max_show()
124 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_rst_store()
129 err = mlxsw_reg_write(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_rst_store()
237 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_module_temp_get()
592 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), in mlxsw_hwmon_temp_init()
599 MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_init()
729 MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_gearbox_init()
H A Dcore_env.c142 err = mlxsw_reg_query(core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_module_temp_thresholds_get()
346 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_temp_event_set()
375 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_temp_event_set()
H A Dcore_thermal.c284 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_get_temp()
442 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_module_temp_get()
566 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_gearbox_temp_get()
H A Dreg.h8470 MLXSW_REG_DEFINE(mtmp, MLXSW_REG_MTMP_ID, MLXSW_REG_MTMP_LEN);
8480 MLXSW_ITEM32(reg, mtmp, sensor_index, 0x00, 0, 12);
8493 MLXSW_ITEM32(reg, mtmp, temperature, 0x04, 0, 16);
8499 MLXSW_ITEM32(reg, mtmp, mte, 0x08, 31, 1);
8505 MLXSW_ITEM32(reg, mtmp, mtr, 0x08, 30, 1);
8512 MLXSW_ITEM32(reg, mtmp, max_temperature, 0x08, 0, 16);
8528 MLXSW_ITEM32(reg, mtmp, tee, 0x0C, 30, 2);
8536 MLXSW_ITEM32(reg, mtmp, temperature_threshold_hi, 0x0C, 0, 16);
8543 MLXSW_ITEM32(reg, mtmp, temperature_threshold_lo, 0x10, 0, 16);
8551 MLXSW_ITEM_BUF(reg, mtmp, sensor_name, 0x18, MLXSW_REG_MTMP_SENSOR_NAME_SIZE);
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Doffload.c632 struct bpf_offloaded_map *offmap, *mtmp; in bpf_offload_dev_netdev_unregister() local
660 list_for_each_entry_safe(offmap, mtmp, &ondev->maps, offloads) in bpf_offload_dev_netdev_unregister()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dcore.c957 struct mce *mtmp = &per_cpu(mces_seen, cpu); in mce_reign() local
959 if (mtmp->severity > global_worst) { in mce_reign()
960 global_worst = mtmp->severity; in mce_reign()