Home
last modified time | relevance | path

Searched refs:D_POWER (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/intel/iwlegacy/
D3945.c1115 D_POWER("Getting cooler, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed()
1118 D_POWER("Same temp,\n"); in il3945_is_temp_calib_needed()
1120 D_POWER("Getting warmer, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed()
1124 D_POWER("Timed thermal calib not needed\n"); in il3945_is_temp_calib_needed()
1128 D_POWER("Timed thermal calib needed\n"); in il3945_is_temp_calib_needed()
1407 D_POWER("Not calling TX_PWR_TBL_CMD on " "non-Tx channel.\n"); in il3945_send_tx_power()
1419 D_POWER("ch %d:%d rf %d dsp %3d rate code 0x%02x\n", in il3945_send_tx_power()
1430 D_POWER("ch %d:%d rf %d dsp %3d rate code 0x%02x\n", in il3945_send_tx_power()
1625 D_POWER("Requested Tx power same as current " "limit: %ddBm.\n", in il3945_hw_reg_set_txpower()
1630 D_POWER("Setting upper limit clamp to %ddBm.\n", power); in il3945_hw_reg_set_txpower()
[all …]
D4965.c1644 D_POWER("Getting cooler, delta %d\n", temp_diff); in il4965_is_temp_calib_needed()
1647 D_POWER("Temperature unchanged\n"); in il4965_is_temp_calib_needed()
1649 D_POWER("Getting warmer, delta %d\n", temp_diff); in il4965_is_temp_calib_needed()
1652 D_POWER(" => thermal txpower calib not needed\n"); in il4965_is_temp_calib_needed()
1656 D_POWER(" => thermal txpower calib needed\n"); in il4965_is_temp_calib_needed()
Dcommon.c1142 D_POWER("Sending power/sleep command\n"); in il_set_power()
1143 D_POWER("Flags value = 0x%08X\n", cmd->flags); in il_set_power()
1144 D_POWER("Tx timeout = %u\n", le32_to_cpu(cmd->tx_data_timeout)); in il_set_power()
1145 D_POWER("Rx timeout = %u\n", le32_to_cpu(cmd->rx_data_timeout)); in il_set_power()
1146 D_POWER("Sleep interval vector = { %d , %d , %d , %d , %d }\n", in il_set_power()
1193 D_POWER("Cannot update the power, chain noise " in il_power_set_mode()
4285 D_POWER("L1 Enabled; Disabling L0S\n"); in il_apm_init()
4290 D_POWER("L1 Disabled; Enabling L0S\n"); in il_apm_init()
Dcommon.h3052 #define D_POWER(f, a...) IL_DBG(IL_DL_POWER, f, ## a) macro
D4965-mac.c4089 D_POWER("Stop all queues\n"); in il4965_perform_ct_kill_task()