Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlegacy/
D4965.c1586 D_TEMP("Running HT40 temperature calibration\n"); in il4965_hw_get_temperature()
1592 D_TEMP("Running temperature calibration\n"); in il4965_hw_get_temperature()
1613 D_TEMP("Calib values R[1-3]: %d %d %d R4: %d\n", R1, R2, R3, vt); in il4965_hw_get_temperature()
1627 D_TEMP("Calibrated temperature: %dK, %dC\n", temperature, in il4965_hw_get_temperature()
1651 D_TEMP("Temperature not updated -- no stats.\n"); in il4965_is_temp_calib_needed()
1687 D_TEMP("Temperature changed " "from %dC to %dC\n", in il4965_temperature_calib()
1691 D_TEMP("Temperature " "initialized to %dC\n", in il4965_temperature_calib()
Dcommon.h3057 #define D_TEMP(f, a...) IL_DBG(IL_DL_TEMP, f, ## a) macro