Home
last modified time | relevance | path

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

/linux/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, -1),
[all …]
/linux/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, -1),
[all …]
/linux/tools/testing/selftests/nolibc/
H A Drun-tests.sh34 TEMP=$(getopt -o 'j:d:c:b:a:m:pelh' -n "$0" -- "$@")
36 eval set -- "$TEMP"
37 unset TEMP
/linux/lib/crypto/
H A Dsha1.c62 __u32 TEMP = input(t); setW(t, TEMP); \
63 E += TEMP + rol32(A,5) + (fn) + (constant); \
65 TEMP = E; E = D; D = C; C = B; B = A; A = TEMP; } while (0)
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-clemente.dts429 // IOB0 NIC0 TEMP
452 // IOB0 NIC1 TEMP
611 // IOB1 NIC0 TEMP
634 // IOB1 NIC1 TEMP
696 // PDB TEMP SENSOR
763 // Interposer TEMP SENSOR
804 // FIO TEMP SENSOR
963 // SCM TEMP SENSOR BOARD
1016 // OCP NIC0 TEMP
1234 // OCP NIC1 TEMP
H A Daspeed-bmc-facebook-yosemite5.dts241 /* OCP NIC TEMP */
H A Daspeed-bmc-facebook-santabarbara.dts1315 // OCP NIC TEMP
/linux/tools/testing/fault-injection/
H A Dfailcmd.sh105 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"`
112 eval set -- "$TEMP"
/linux/Documentation/maintainer/
H A Dmessy-diffstat.rst84 +-- 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;
/linux/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
114 if (sdata->type == TEMP) in show_sensor()
258 if (type == TEMP) in convert_opal_attr_name()
H A Dbt1-pvt.c42 PVT_SENSOR_INFO(0, "CPU Core Temperature", hwmon_temp, TEMP, TTHRES),
/linux/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); in temp_show()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1058 in the TMP or TEMP environment variables. UML will look at the values
1059 of ``TMPDIR``, ``TMP`` or ``TEMP`` for that. If that fails, it will
1064 TEMP=/mnt/tmpfs-nodeX taskset -cX linux options options options..
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c2948 uint32_t TEMP; in lpfc_sha_iterate() local
2967 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999; in lpfc_sha_iterate()
2969 TEMP = (B ^ C ^ D) + 0x6ED9EBA1; in lpfc_sha_iterate()
2971 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC; in lpfc_sha_iterate()
2973 TEMP = (B ^ C ^ D) + 0xCA62C1D6; in lpfc_sha_iterate()
2975 TEMP += S(5, A) + E + HashWorkingPointer[t]; in lpfc_sha_iterate()
2980 A = TEMP; in lpfc_sha_iterate()
/linux/include/trace/events/
H A Dsunrpc.h1924 svc_xprt_flag(TEMP) \