Searched refs:TEMP (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/siena/
H A 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,
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A 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,
[all...]
/linux-master/lib/crypto/
H A Dsha1.c58 __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)
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh20 TEMP=$(getopt -o 'j:d:c:b:a:m:ph' -n "$0" -- "$@")
22 eval set -- "$TEMP"
23 unset TEMP
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh97 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"`
104 eval set -- "$TEMP"
/linux-master/drivers/usb/misc/
H A Dcytherm.c113 #define TEMP 0x33 /* RAM location for temperature */ macro
132 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8);
/linux-master/drivers/hwmon/
H A 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);
H A Dibmpowernv.c38 TEMP, enumerator in enum:sensors
114 if (sdata->type == TEMP)
258 if (type == TEMP)
H A Dbt1-pvt.c42 PVT_SENSOR_INFO(0, "CPU Core Temperature", hwmon_temp, TEMP, TTHRES),
/linux-master/drivers/power/supply/
H A Dacer_a500_battery.c42 [REG_TEMPERATURE] = EC_DATA(0x0a, TEMP),
H A Dpower_supply_sysfs.c199 POWER_SUPPLY_ATTR(TEMP),
/linux-master/drivers/iio/accel/
H A Dbma180.c155 TEMP enumerator in enum:bma180_chan
176 case TEMP:
686 .scan_index = TEMP, \
715 .scan_index = TEMP, \
/linux-master/drivers/soc/mediatek/
H A Dmtk-svs.c250 TEMP, enumerator in enum:svs_reg_index
308 [TEMP] = 0x50,
1303 dev_err(svsb->dev, "TEMP = 0x%08x\n", svs_readl_relaxed(svsp, TEMP));
1372 svsb->temp = svs_readl_relaxed(svsp, TEMP) & GENMASK(7, 0);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c2940 uint32_t TEMP; local
2959 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999;
2961 TEMP = (B ^ C ^ D) + 0x6ED9EBA1;
2963 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC;
2965 TEMP = (B ^ C ^ D) + 0xCA62C1D6;
2967 TEMP += S(5, A) + E + HashWorkingPointer[t];
2972 A = TEMP;
/linux-master/include/trace/events/
H A Dsunrpc.h1934 svc_xprt_flag(TEMP) \

Completed in 335 milliseconds