Searched refs:mtmp (Results 1 - 9 of 9) sorted by relevance

/linux-master/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, atm local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c81 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl);
106 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl);
139 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl);
144 err = mlxsw_reg_write(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl);
258 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl);
625 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp),
632 MLXSW_REG(mtmp), mtmp_pl);
704 * mtmp register by mlxsw_hwmon_temp_init().
764 MLXSW_REG(mtmp), mtmp_pl);
H A Dcore_thermal.c221 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl);
302 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl);
328 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl);
H A Dcore_env.c226 err = mlxsw_reg_query(core, MLXSW_REG(mtmp), mtmp_pl);
808 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mtmp), mtmp_pl);
838 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtmp), mtmp_pl);
H A Dreg.h9465 MLXSW_REG_DEFINE(mtmp, MLXSW_REG_MTMP_ID, MLXSW_REG_MTMP_LEN);
9471 MLXSW_ITEM32(reg, mtmp, slot_index, 0x00, 16, 4);
9481 MLXSW_ITEM32(reg, mtmp, sensor_index, 0x00, 0, 12);
9495 MLXSW_ITEM32(reg, mtmp, max_operational_temperature, 0x04, 16, 16);
9502 MLXSW_ITEM32(reg, mtmp, temperature, 0x04, 0, 16);
9508 MLXSW_ITEM32(reg, mtmp, mte, 0x08, 31, 1);
9514 MLXSW_ITEM32(reg, mtmp, mtr, 0x08, 30, 1);
9521 MLXSW_ITEM32(reg, mtmp, max_temperature, 0x08, 0, 16);
9537 MLXSW_ITEM32(reg, mtmp, tee, 0x0C, 30, 2);
9545 MLXSW_ITEM32(reg, mtmp, temperature_threshold_h
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhwmon.c380 if (!MLX5_CAP_MCAM_REG(mdev, mtmp))
/linux-master/kernel/bpf/
H A Doffload.c149 struct bpf_offloaded_map *offmap, *mtmp; local
179 list_for_each_entry_safe(offmap, mtmp, &ondev->maps, offloads)
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1023 struct mce *mtmp = &per_cpu(mces_seen, cpu); local
1025 if (mtmp->severity > global_worst) {
1026 global_worst = mtmp->severity;
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h10271 u8 mtmp[0x1]; member in struct:mlx5_ifc_mcam_access_reg_bits

Completed in 297 milliseconds