Searched refs:hw_step (Results 1 – 3 of 3) sorted by relevance
176 __le32 hw_step; member
2561 u32 hw_step; in iwl_trans_pcie_alloc() local2563 hw_step = __iwl_read_prph(trans, WFPM_CTRL_REG); in iwl_trans_pcie_alloc()2564 hw_step |= ENABLE_WFPM; in iwl_trans_pcie_alloc()2565 __iwl_write_prph(trans, WFPM_CTRL_REG, hw_step); in iwl_trans_pcie_alloc()2566 hw_step = __iwl_read_prph(trans, AUX_MISC_REG); in iwl_trans_pcie_alloc()2567 hw_step = (hw_step >> HW_STEP_LOCATION_BITS) & 0xF; in iwl_trans_pcie_alloc()2568 if (hw_step == 0x3) in iwl_trans_pcie_alloc()
1125 dump_info->hw_step = cpu_to_le32(CSR_HW_REV_STEP(mvm->trans->hw_rev)); in iwl_mvm_fw_error_dump()