Searched refs:mtmp (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/parisc/math-emu/ |
D | fpudispatch.c | 1117 } mtmp, atmp; local 1143 &mtmp.ints.i1,&status)) 1151 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, 1166 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, 1179 fpregs[tm] = mtmp.ints.i1; 1180 fpregs[tm+1] = mtmp.ints.i2; 1213 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, 1221 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, 1232 fpregs[tm] = mtmp.ints.i1; 1256 } mtmp, atmp; local [all …]
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_hwmon.c | 61 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_show() 84 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_max_show() 114 err = mlxsw_reg_write(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_rst_store() 223 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_module_temp_show() 476 MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_init() 604 MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_gearbox_init()
|
D | core_env.c | 102 err = mlxsw_reg_query(core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_env_module_temp_thresholds_get()
|
D | core_thermal.c | 320 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_get_temp() 512 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_module_temp_get() 622 err = mlxsw_reg_query(thermal->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_thermal_gearbox_temp_get()
|
D | reg.h | 8181 MLXSW_REG_DEFINE(mtmp, MLXSW_REG_MTMP_ID, MLXSW_REG_MTMP_LEN); 8191 MLXSW_ITEM32(reg, mtmp, sensor_index, 0x00, 0, 12); 8204 MLXSW_ITEM32(reg, mtmp, temperature, 0x04, 0, 16); 8210 MLXSW_ITEM32(reg, mtmp, mte, 0x08, 31, 1); 8216 MLXSW_ITEM32(reg, mtmp, mtr, 0x08, 30, 1); 8223 MLXSW_ITEM32(reg, mtmp, max_temperature, 0x08, 0, 16); 8232 MLXSW_ITEM32(reg, mtmp, tee, 0x0C, 30, 2); 8240 MLXSW_ITEM32(reg, mtmp, temperature_threshold_hi, 0x0C, 0, 16); 8246 MLXSW_ITEM32(reg, mtmp, temperature_threshold_lo, 0x10, 0, 16); 8254 MLXSW_ITEM_BUF(reg, mtmp, sensor_name, 0x18, MLXSW_REG_MTMP_SENSOR_NAME_SIZE); [all …]
|
/Linux-v5.4/kernel/bpf/ |
D | offload.c | 632 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()
|
/Linux-v5.4/sound/soc/intel/common/ |
D | sst-firmware.c | 413 struct sst_module *module, *mtmp; in sst_fw_unload() local 421 list_for_each_entry_safe(module, mtmp, &dsp->module_list, list) { in sst_fw_unload()
|