Lines Matching refs:max_power
207 u8 max_power, u8 min_power) in iwl_pcie_alloc_fw_monitor_block() argument
214 for (power = max_power; power >= min_power; power--) { in iwl_pcie_alloc_fw_monitor_block()
230 if (power != max_power) in iwl_pcie_alloc_fw_monitor_block()
234 (unsigned long)BIT(max_power - 10)); in iwl_pcie_alloc_fw_monitor_block()
242 void iwl_pcie_alloc_fw_monitor(struct iwl_trans *trans, u8 max_power) in iwl_pcie_alloc_fw_monitor() argument
244 if (!max_power) { in iwl_pcie_alloc_fw_monitor()
246 max_power = 26; in iwl_pcie_alloc_fw_monitor()
248 max_power += 11; in iwl_pcie_alloc_fw_monitor()
251 if (WARN(max_power > 26, in iwl_pcie_alloc_fw_monitor()
253 max_power)) in iwl_pcie_alloc_fw_monitor()
263 iwl_pcie_alloc_fw_monitor_block(trans, max_power, 11); in iwl_pcie_alloc_fw_monitor()