Searched refs:hw_step (Results 1 – 3 of 3) sorted by relevance
182 __le32 hw_step; member
2785 u32 hw_step; in iwl_trans_pcie_alloc() local2787 hw_step = __iwl_read_prph(trans, WFPM_CTRL_REG); in iwl_trans_pcie_alloc()2788 hw_step |= ENABLE_WFPM; in iwl_trans_pcie_alloc()2789 __iwl_write_prph(trans, WFPM_CTRL_REG, hw_step); in iwl_trans_pcie_alloc()2790 hw_step = __iwl_read_prph(trans, AUX_MISC_REG); in iwl_trans_pcie_alloc()2791 hw_step = (hw_step >> HW_STEP_LOCATION_BITS) & 0xF; in iwl_trans_pcie_alloc()2792 if (hw_step == 0x3) in iwl_trans_pcie_alloc()
1275 dump_info->hw_step = cpu_to_le32(CSR_HW_REV_STEP(mvm->trans->hw_rev)); in iwl_mvm_fw_error_dump()