Home
last modified time | relevance | path

Searched refs:TEMP (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
Dmcdi_mon.c45 SENSOR(CONTROLLER_TEMP, "Controller board temp.", TEMP, -1),
46 SENSOR(PHY_COMMON_TEMP, "PHY temp.", TEMP, -1),
48 SENSOR(PHY0_TEMP, "PHY temp.", TEMP, 0),
50 SENSOR(PHY1_TEMP, "PHY temp.", TEMP, 1),
61 SENSOR(AOE_TEMP, "AOE FPGA temp.", TEMP, -1),
62 SENSOR(PSU_AOE_TEMP, "AOE regulator temp.", TEMP, -1),
64 TEMP, -1),
78 SENSOR(CONTROLLER_2_TEMP, "Controller board temp. 2", TEMP, -1),
79 SENSOR(VREG_INTERNAL_TEMP, "Regulator die temp.", TEMP, -1),
80 SENSOR(VREG_0V9_TEMP, "0.9V regulator temp.", TEMP, -1),
[all …]
/linux-4.1.27/tools/testing/fault-injection/
Dfailcmd.sh96 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"`
103 eval set -- "$TEMP"
/linux-4.1.27/drivers/hwmon/
Dibmpowernv.c50 TEMP, enumerator
99 if (sdata->type == TEMP) in show_sensor()
206 if (type == TEMP) in convert_opal_attr_name()
Dgl518sm.c246 show(TEMP, temp_input1, temp_in);
247 show(TEMP, temp_max1, temp_max);
248 show(TEMP, temp_hyst1, temp_hyst);
338 set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX);
339 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
/linux-4.1.27/lib/
Dsha1.c55 __u32 TEMP = input(t); setW(t, TEMP); \
56 E += TEMP + rol32(A,5) + (fn) + (constant); \
/linux-4.1.27/drivers/usb/misc/
Dcytherm.c136 #define TEMP 0x33 /* RAM location for temperature */ macro
157 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in show_temp()
/linux-4.1.27/Documentation/thermal/
Dexynos_thermal_emulation36 TEMP 120 |
/linux-4.1.27/drivers/iio/accel/
Dbma180.c130 TEMP enumerator
148 case TEMP: in bma180_get_data_reg()
597 .scan_index = TEMP, \
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Dtrivial-devices.txt71 national,lm75 I2C TEMP SENSOR
/linux-4.1.27/Documentation/power/
Dpower_supply_class.txt147 TEMP - temperature of the power supply.
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_init.c2424 uint32_t TEMP; in lpfc_sha_iterate() local
2443 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999; in lpfc_sha_iterate()
2445 TEMP = (B ^ C ^ D) + 0x6ED9EBA1; in lpfc_sha_iterate()
2447 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC; in lpfc_sha_iterate()
2449 TEMP = (B ^ C ^ D) + 0xCA62C1D6; in lpfc_sha_iterate()
2451 TEMP += S(5, A) + E + HashWorkingPointer[t]; in lpfc_sha_iterate()
2456 A = TEMP; in lpfc_sha_iterate()