Searched refs:hw_step (Results 1 – 3 of 3) sorted by relevance
195 __le32 hw_step; member
784 dump_info->hw_step = in iwl_fw_error_dump()
3366 u32 hw_step; in iwl_trans_pcie_alloc() local3368 hw_step = iwl_read_prph_no_grab(trans, WFPM_CTRL_REG); in iwl_trans_pcie_alloc()3369 hw_step |= ENABLE_WFPM; in iwl_trans_pcie_alloc()3370 iwl_write_prph_no_grab(trans, WFPM_CTRL_REG, hw_step); in iwl_trans_pcie_alloc()3371 hw_step = iwl_read_prph_no_grab(trans, AUX_MISC_REG); in iwl_trans_pcie_alloc()3372 hw_step = (hw_step >> HW_STEP_LOCATION_BITS) & 0xF; in iwl_trans_pcie_alloc()3373 if (hw_step == 0x3) in iwl_trans_pcie_alloc()