Searched refs:mC (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/nouveau/include/nvif/ |
| A D | push.h | 192 PUSH_3(X, DATA_, 1, 0, o, (p), s, X##mC, (dC), \ 197 X##mC, (dC), \ 203 X##mC, (dC), \ 210 X##mC, (dC), \ 218 X##mC, (dC), \ 227 X##mC, (dC), \ 237 X##mC, (dC), \ 292 #define PUSH_NV_3(X,o,p,c,mA,dA,mB,dB,mC,d...) \ argument 295 c##_##mC,d) 299 c##_##mC,dC, \ [all …]
|
| /drivers/rtc/ |
| A D | rtc-isl12022.c | 97 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()
|
| A D | rtc-ds3232.c | 286 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()
|
| A D | rtc-rv3032.c | 787 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()
|
| A D | rtc-ds1307.c | 1347 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()
|
Completed in 20 milliseconds