Searched refs:hw_step (Results 1 – 3 of 3) sorted by relevance
158 __le32 hw_step; member409 __le32 hw_step; member
912 dump_info->hw_step = in iwl_fw_error_dump_file()2443 dump->hw_step = cpu_to_le32(fwrt->trans->info.hw_rev_step);
6039 uint32_t hw_step; in iwm_attach() local6068 hw_step = iwm_read_prph(sc, IWM_WFPM_CTRL_REG); in iwm_attach()6069 hw_step |= IWM_ENABLE_WFPM; in iwm_attach()6070 iwm_write_prph(sc, IWM_WFPM_CTRL_REG, hw_step); in iwm_attach()6071 hw_step = iwm_read_prph(sc, IWM_AUX_MISC_REG); in iwm_attach()6072 hw_step = (hw_step >> IWM_HW_STEP_LOCATION_BITS) & 0xF; in iwm_attach()6073 if (hw_step == 0x3) in iwm_attach()