Searched refs:IWL_DEBUG_POWER (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/iwlwifi/ |
D | iwl-power.c | 160 IWL_DEBUG_POWER("Initialize power \n"); in iwl_power_init_handle() 172 IWL_DEBUG_POWER("adjust power command flags\n"); in iwl_power_init_handle() 198 IWL_DEBUG_POWER("Error invalid power mode \n"); in iwl_update_power_command() 237 IWL_DEBUG_POWER("Flags value = 0x%08X\n", cmd->flags); in iwl_update_power_command() 238 IWL_DEBUG_POWER("Tx timeout = %u\n", le32_to_cpu(cmd->tx_data_timeout)); in iwl_update_power_command() 239 IWL_DEBUG_POWER("Rx timeout = %u\n", le32_to_cpu(cmd->rx_data_timeout)); in iwl_update_power_command() 240 IWL_DEBUG_POWER("Sleep interval vector = { %d , %d , %d , %d , %d }\n", in iwl_update_power_command() 314 IWL_DEBUG_POWER("Cannot update the power, chain noise " in iwl_power_update_mode()
|
D | iwl-3945.c | 1424 IWL_DEBUG_POWER("Getting cooler, delta %d,\n", temp_diff); in is_temp_calib_needed() 1427 IWL_DEBUG_POWER("Same temp,\n"); in is_temp_calib_needed() 1429 IWL_DEBUG_POWER("Getting warmer, delta %d,\n", temp_diff); in is_temp_calib_needed() 1433 IWL_DEBUG_POWER("Timed thermal calib not needed\n"); in is_temp_calib_needed() 1437 IWL_DEBUG_POWER("Timed thermal calib needed\n"); in is_temp_calib_needed() 1706 IWL_DEBUG_POWER("Not calling TX_PWR_TABLE_CMD on " in iwl3945_hw_reg_send_txpower() 1719 IWL_DEBUG_POWER("ch %d:%d rf %d dsp %3d rate code 0x%02x\n", in iwl3945_hw_reg_send_txpower() 1732 IWL_DEBUG_POWER("ch %d:%d rf %d dsp %3d rate code 0x%02x\n", in iwl3945_hw_reg_send_txpower() 1921 IWL_DEBUG_POWER("Requested Tx power same as current " in iwl3945_hw_reg_set_txpower() 1926 IWL_DEBUG_POWER("Setting upper limit clamp to %ddBm.\n", power); in iwl3945_hw_reg_set_txpower() [all …]
|
D | iwl-3945-debug.h | 164 #define IWL_DEBUG_POWER(f, a...) IWL_DEBUG(IWL_DL_POWER, f, ## a) macro
|
D | iwl-4965.c | 1769 IWL_DEBUG_POWER("Getting cooler, delta %d, \n", temp_diff); in iwl4965_is_temp_calib_needed() 1772 IWL_DEBUG_POWER("Same temp, \n"); in iwl4965_is_temp_calib_needed() 1774 IWL_DEBUG_POWER("Getting warmer, delta %d, \n", temp_diff); in iwl4965_is_temp_calib_needed() 1777 IWL_DEBUG_POWER("Thermal txpower calib not needed\n"); in iwl4965_is_temp_calib_needed() 1781 IWL_DEBUG_POWER("Thermal txpower calib needed\n"); in iwl4965_is_temp_calib_needed()
|
D | iwl-debug.h | 197 #define IWL_DEBUG_POWER(f, a...) IWL_DEBUG(IWL_DL_POWER, f, ## a) macro
|
D | iwl3945-base.c | 1849 IWL_DEBUG_POWER("Initialize power \n"); in iwl3945_power_init_handle() 1867 IWL_DEBUG_POWER("adjust power command flags\n"); in iwl3945_power_init_handle() 1892 IWL_DEBUG_POWER("Error invalid power mode \n"); in iwl3945_update_power_cmd() 1932 IWL_DEBUG_POWER("Flags value = 0x%08X\n", cmd->flags); in iwl3945_update_power_cmd() 1933 IWL_DEBUG_POWER("Tx timeout = %u\n", le32_to_cpu(cmd->tx_data_timeout)); in iwl3945_update_power_cmd() 1934 IWL_DEBUG_POWER("Rx timeout = %u\n", le32_to_cpu(cmd->rx_data_timeout)); in iwl3945_update_power_cmd() 1935 IWL_DEBUG_POWER("Sleep interval vector = { %d , %d , %d , %d , %d }\n", in iwl3945_update_power_cmd()
|