Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush.h191 #define PUSH_3D(X,o,p,s,mA,dA,mB,dB,mC,dC) \ argument
192 PUSH_3(X, DATA_, 1, 0, o, (p), s, X##mC, (dC), \
195 #define PUSH_4D(X,o,p,s,mA,dA,mB,dB,mC,dC,mD,dD) \ argument
197 X##mC, (dC), \
200 #define PUSH_5D(X,o,p,s,mA,dA,mB,dB,mC,dC,mD,dD,mE,dE) \ argument
203 X##mC, (dC), \
206 #define PUSH_6D(X,o,p,s,mA,dA,mB,dB,mC,dC,mD,dD,mE,dE,mF,dF) \ argument
210 X##mC, (dC), \
213 #define PUSH_7D(X,o,p,s,mA,dA,mB,dB,mC,dC,mD,dD,mE,dE,mF,dF,mG,dG) \ argument
218 X##mC, (dC), \
[all …]
/linux/Documentation/hwmon/
H A Dmax31827.rst106 - 1000 mC -> 8 bit
107 - 500 mC -> 9 bit
108 - 250 mC -> 10 bit
109 - 62 mC -> 12 bit (default) - actually this is 62.5, but the fil returns 62
H A Dina238.rst106 temp1_input Die temperature measurement (mC)
107 temp1_max Maximum die temperature threshold (mC)
H A Dmax31760.rst76 …o_point_temp_hyst Temperature hysteresis for auto fan control. Can be either 2000mC or 4000mC
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-ap80x.dtsi328 temperature = <100000>; /* mC degrees */
329 hysteresis = <2000>; /* mC degrees */
H A Darmada-cp11x.dtsi36 temperature = <100000>; /* mC degrees */
37 hysteresis = <2000>; /* mC degrees */
/linux/drivers/rtc/
H A Drtc-isl12022.c97 static int isl12022_hwmon_read_temp(struct device *dev, long *mC) in isl12022_hwmon_read_temp() argument
113 *mC = temp; in isl12022_hwmon_read_temp()
H A Drtc-ds3232.c286 static int ds3232_hwmon_read_temp(struct device *dev, long int *mC) in ds3232_hwmon_read_temp() argument
304 *mC = temp * 250; in ds3232_hwmon_read_temp()
H A Drtc-rv3032.c787 static int rv3032_hwmon_read_temp(struct device *dev, long *mC) in rv3032_hwmon_read_temp() argument
813 *mC = (temp * 1000) / 16; in rv3032_hwmon_read_temp()
H A Drtc-ds1307.c1347 static int ds3231_hwmon_read_temp(struct device *dev, s32 *mC) in ds3231_hwmon_read_temp() argument
1364 *mC = temp * 250; in ds3231_hwmon_read_temp()
/linux/Documentation/power/
H A Dcharger-manager.rst177 `int (*temperature_out_of_range)(int *mC); / bool measure_battery_temp;`
180 if it is too cold to charge. With the variable mC, the callback returns