Home
last modified time | relevance | path

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

/linux-6.15/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),
77 SENSOR(VREG_0V9_TEMP, "0.9V regulator temp.", TEMP, -1),
82 "Controller die temp. (int. ADC)", TEMP, -1),
86 "Controller die temp. (ext. ADC)", TEMP, -1),
[all …]
/linux-6.15/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),
77 SENSOR(VREG_0V9_TEMP, "0.9V regulator temp.", TEMP, -1),
82 "Controller die temp. (int. ADC)", TEMP, -1),
86 "Controller die temp. (ext. ADC)", TEMP, -1),
[all …]
/linux-6.15/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-6.15/tools/testing/selftests/nolibc/
H A Drun-tests.sh31 TEMP=$(getopt -o 'j:d:c:b:a:m:pelh' -n "$0" -- "$@")
33 eval set -- "$TEMP"
34 unset TEMP
/linux-6.15/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-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-yosemitev2.dts179 //INLET TEMP
183 //OUTLET TEMP
H A Daspeed-bmc-facebook-catalina.dts474 // PDB TEMP SENSOR
518 // FIO TEMP SENSOR
690 // SCM TEMP SENSOR
712 // OCP NIC0 TEMP
839 // OCP NIC1 TEMP
/linux-6.15/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-6.15/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-6.15/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-6.15/Documentation/driver-api/thermal/
H A Dexynos_thermal_emulation.rst44 TEMP 120 |
/linux-6.15/drivers/iio/accel/
H A Dbma180.c156 TEMP enumerator
177 case TEMP: in bma180_get_data_reg()
686 .scan_index = TEMP, \
715 .scan_index = TEMP, \
/linux-6.15/drivers/power/supply/
H A Dacer_a500_battery.c43 [REG_TEMPERATURE] = EC_DATA(0x0a, TEMP),
H A Dpower_supply_sysfs.c202 POWER_SUPPLY_ATTR(TEMP),
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7191.yaml89 description: TEMP pin for temperature sensor enable.
/linux-6.15/drivers/soc/mediatek/
H A Dmtk-svs.c250 TEMP, enumerator
308 [TEMP] = 0x50,
1303 dev_err(svsb->dev, "TEMP = 0x%08x\n", svs_readl_relaxed(svsp, TEMP)); in svs_error_isr_handler()
1372 svsb->temp = svs_readl_relaxed(svsp, TEMP) & GENMASK(7, 0); in svs_mon_mode_isr_handler()
/linux-6.15/Documentation/power/
H A Dpower_supply_class.rst192 TEMP
/linux-6.15/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1091 in the TMP or TEMP environment variables. UML will look at the values
1092 of ``TMPDIR``, ``TMP`` or ``TEMP`` for that. If that fails, it will
1097 TEMP=/mnt/tmpfs-nodeX taskset -cX linux options options options..
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_init.c2928 uint32_t TEMP; in lpfc_sha_iterate() local
2947 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999; in lpfc_sha_iterate()
2949 TEMP = (B ^ C ^ D) + 0x6ED9EBA1; in lpfc_sha_iterate()
2951 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC; in lpfc_sha_iterate()
2953 TEMP = (B ^ C ^ D) + 0xCA62C1D6; in lpfc_sha_iterate()
2955 TEMP += S(5, A) + E + HashWorkingPointer[t]; in lpfc_sha_iterate()
2960 A = TEMP; in lpfc_sha_iterate()
/linux-6.15/include/trace/events/
H A Dsunrpc.h1928 svc_xprt_flag(TEMP) \