Home
last modified time | relevance | path

Searched refs:D_TEMP (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/intel/iwlegacy/
D4965.c1571 D_TEMP("Running HT40 temperature calibration\n"); in il4965_hw_get_temperature()
1577 D_TEMP("Running temperature calibration\n"); in il4965_hw_get_temperature()
1598 D_TEMP("Calib values R[1-3]: %d %d %d R4: %d\n", R1, R2, R3, vt); in il4965_hw_get_temperature()
1612 D_TEMP("Calibrated temperature: %dK, %ldC\n", temperature, in il4965_hw_get_temperature()
1636 D_TEMP("Temperature not updated -- no stats.\n"); in il4965_is_temp_calib_needed()
1672 D_TEMP("Temperature changed " "from %ldC to %ldC\n", in il4965_temperature_calib()
1676 D_TEMP("Temperature " "initialized to %ldC\n", in il4965_temperature_calib()
Dcommon.h3027 #define D_TEMP(f, a...) IL_DBG(IL_DL_TEMP, f, ## a) macro