Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dmcdi_mon.c42 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 …]
/Linux-v5.4/tools/testing/selftests/gpio/
Dgpio-mockup.sh112 TEMP=`getopt -o fhm:t: -n '$0' -- "$@"`
120 eval set -- "$TEMP"
/Linux-v5.4/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-v5.4/lib/
Dsha1.c56 __u32 TEMP = input(t); setW(t, TEMP); \
57 E += TEMP + rol32(A,5) + (fn) + (constant); \
/Linux-v5.4/drivers/hwmon/
Dgl518sm.c234 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);
Dibmpowernv.c38 TEMP, enumerator
114 if (sdata->type == TEMP) in show_sensor()
258 if (type == TEMP) in convert_opal_attr_name()
/Linux-v5.4/drivers/usb/misc/
Dcytherm.c113 #define TEMP 0x33 /* RAM location for temperature */ macro
132 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in temp_show()
/Linux-v5.4/Documentation/driver-api/thermal/
Dexynos_thermal_emulation.rst44 TEMP 120 |
/Linux-v5.4/drivers/iio/accel/
Dbma180.c129 TEMP enumerator
147 case TEMP: in bma180_get_data_reg()
606 .scan_index = TEMP, \
/Linux-v5.4/Documentation/power/
Dpower_supply_class.rst192 TEMP
/Linux-v5.4/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()