/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_mon.c | 42 SENSOR(CONTROLLER_TEMP, "Controller board temp.", TEMP, -1), 43 SENSOR(PHY_COMMON_TEMP, "PHY temp.", TEMP, -1), 45 SENSOR(PHY0_TEMP, "PHY temp.", TEMP, 0), 47 SENSOR(PHY1_TEMP, "PHY temp.", TEMP, 1), 58 SENSOR(AOE_TEMP, "AOE FPGA temp.", TEMP, -1), 59 SENSOR(PSU_AOE_TEMP, "AOE regulator temp.", TEMP, -1), 61 TEMP, -1), 75 SENSOR(CONTROLLER_2_TEMP, "Controller board temp. 2", TEMP, -1), 76 SENSOR(VREG_INTERNAL_TEMP, "Regulator die temp.", TEMP, -1), 77 SENSOR(VREG_0V9_TEMP, "0.9V regulator temp.", TEMP, -1), [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_mon.c | 42 SENSOR(CONTROLLER_TEMP, "Controller board temp.", TEMP, -1), 43 SENSOR(PHY_COMMON_TEMP, "PHY temp.", TEMP, -1), 45 SENSOR(PHY0_TEMP, "PHY temp.", TEMP, 0), 47 SENSOR(PHY1_TEMP, "PHY temp.", TEMP, 1), 58 SENSOR(AOE_TEMP, "AOE FPGA temp.", TEMP, -1), 59 SENSOR(PSU_AOE_TEMP, "AOE regulator temp.", TEMP, -1), 61 TEMP, -1), 75 SENSOR(CONTROLLER_2_TEMP, "Controller board temp. 2", TEMP, -1), 76 SENSOR(VREG_INTERNAL_TEMP, "Regulator die temp.", TEMP, -1), 77 SENSOR(VREG_0V9_TEMP, "0.9V regulator temp.", TEMP, -1), [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | sha1.c | 58 __u32 TEMP = input(t); setW(t, TEMP); \ 59 E += TEMP + rol32(A,5) + (fn) + (constant); \ 61 TEMP = E; E = D; D = C; C = B; B = A; A = TEMP; } while (0)
|
/openbmc/linux/tools/testing/fault-injection/ |
H A D | failcmd.sh | 97 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"` 104 eval set -- "$TEMP"
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-facebook-yosemitev2.dts | 179 //INLET TEMP 183 //OUTLET TEMP
|
H A D | aspeed-bmc-facebook-catalina.dts | 474 // PDB TEMP SENSOR 518 // FIO TEMP SENSOR 690 // SCM TEMP SENSOR 712 // OCP NIC0 TEMP 839 // OCP NIC1 TEMP
|
/openbmc/linux/Documentation/maintainer/ |
H A D | messy-diffstat.rst | 84 +-- x1 --- x2 --- x3 +------------+-- TEMP 91 $ git diff -C --stat --summary linus..TEMP 93 Save the output from this command, then simply delete the TEMP branch;
|
/openbmc/openpower-debug-collector/dump/tools/opdump/ |
H A D | opdreport | 220 if ! TEMP=$(getopt -o n:d:i:s:t:e:f:h \ 227 eval set -- "$TEMP"
|
/openbmc/linux/drivers/hwmon/ |
H A D | gl518sm.c | 234 show(TEMP, temp_input1, temp_in); 235 show(TEMP, temp_max1, temp_max); 236 show(TEMP, temp_hyst1, temp_hyst); 326 set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX); 327 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
|
H A D | ibmpowernv.c | 38 TEMP, enumerator 114 if (sdata->type == TEMP) in show_sensor() 258 if (type == TEMP) in convert_opal_attr_name()
|
/openbmc/phosphor-debug-collector/tools/dreport.d/ |
H A D | dreport | 300 TEMP=`getopt -o n:d:i:t:s:p:vqh \ 310 eval set -- "$TEMP"
|
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | ddr3_spd.c | 57 #define TEMP NORMAL_TEMP macro 270 spd->t_refprd = (TEMP == NORMAL_TEMP) ? 7812500 : 3906250; in ddrtimingcalculation() 355 spd_cb->phy_cfg.mr2 = DYN_ODT << 9 | TEMP << 7 | (spd->asr & 1) << 6 | in init_ddr3param()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | cytherm.c | 113 #define TEMP 0x33 /* RAM location for temperature */ macro 132 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in temp_show()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/ |
H A D | supervisord.conf | 10 childlogdir=/var/log/ ; ('AUTO' child log dir, default $TEMP)
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 157 REGISTER, REGISTER_ARG, TEMP, IMMEDIATE, PREDICATE, VARID enumerator
|
H A D | parser-helpers.c | 227 case TEMP: in rvalue_print() 289 rvalue.type = TEMP; in gen_constant() 309 rvalue.type = TEMP; in gen_tmp() 327 rvalue.type = TEMP; in gen_constant_from_imm()
|
/openbmc/linux/drivers/iio/accel/ |
H A D | bma180.c | 155 TEMP enumerator 176 case TEMP: in bma180_get_data_reg() 686 .scan_index = TEMP, \ 715 .scan_index = TEMP, \
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | exynos_thermal_emulation.rst | 44 TEMP 120 |
|
/openbmc/linux/drivers/power/supply/ |
H A D | acer_a500_battery.c | 42 [REG_TEMPERATURE] = EC_DATA(0x0a, TEMP),
|
H A D | power_supply_sysfs.c | 198 POWER_SUPPLY_ATTR(TEMP),
|
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/ |
H A D | piglit_git.bb | 37 export TEMP = "${B}/temp/"
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | serial.py | 128 TEMP = f'/tmp/{filename}.b32'
|
/openbmc/linux/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 221 TEMP, enumerator 279 [TEMP] = 0xc50, 1181 dev_err(svsb->dev, "TEMP = 0x%08x\n", svs_readl_relaxed(svsp, TEMP)); in svs_error_isr_handler() 1244 svsb->temp = svs_readl_relaxed(svsp, TEMP) & GENMASK(7, 0); in svs_mon_mode_isr_handler()
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_power_capping.robot | 52 Should Contain ${output} Sensor: TEMP
|
/openbmc/linux/Documentation/power/ |
H A D | power_supply_class.rst | 192 TEMP
|