Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/tools/testing/selftests/gpio/
Dgpio-mockup.sh112 TEMP=`getopt -o fhm:t: -n '$0' -- "$@"`
120 eval set -- "$TEMP"
/Linux-v4.19/tools/testing/fault-injection/
Dfailcmd.sh97 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"`
104 eval set -- "$TEMP"
/Linux-v4.19/lib/
Dsha1.c56 __u32 TEMP = input(t); setW(t, TEMP); \
57 E += TEMP + rol32(A,5) + (fn) + (constant); \
/Linux-v4.19/drivers/hwmon/
Dgl518sm.c247 show(TEMP, temp_input1, temp_in);
248 show(TEMP, temp_max1, temp_max);
249 show(TEMP, temp_hyst1, temp_hyst);
339 set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX);
340 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
Dibmpowernv.c50 TEMP, enumerator
126 if (sdata->type == TEMP) in show_sensor()
271 if (type == TEMP) in convert_opal_attr_name()
/Linux-v4.19/drivers/usb/misc/
Dcytherm.c127 #define TEMP 0x33 /* RAM location for temperature */ macro
146 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in temp_show()
/Linux-v4.19/Documentation/thermal/
Dexynos_thermal_emulation36 TEMP 120 |
/Linux-v4.19/drivers/iio/accel/
Dbma180.c131 TEMP enumerator
149 case TEMP: in bma180_get_data_reg()
598 .scan_index = TEMP, \
/Linux-v4.19/Documentation/power/
Dpower_supply_class.txt152 TEMP - temperature of the power supply.
/Linux-v4.19/Documentation/devicetree/bindings/
Dtrivial-devices.txt161 national,lm75 I2C TEMP SENSOR
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_init.c2689 uint32_t TEMP; in lpfc_sha_iterate() local
2708 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999; in lpfc_sha_iterate()
2710 TEMP = (B ^ C ^ D) + 0x6ED9EBA1; in lpfc_sha_iterate()
2712 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC; in lpfc_sha_iterate()
2714 TEMP = (B ^ C ^ D) + 0xCA62C1D6; in lpfc_sha_iterate()
2716 TEMP += S(5, A) + E + HashWorkingPointer[t]; in lpfc_sha_iterate()
2721 A = TEMP; in lpfc_sha_iterate()