Home
last modified time | relevance | path

Searched refs:hw_step (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Derror-dump.h190 * @hw_step: the step of the device
202 __le32 hw_step; member
413 * @hw_step: HW step
437 __le32 hw_step; member
H A Ddbg.c929 dump_info->hw_step = in iwl_fw_error_dump_file()
2039 dump->hw_step = cpu_to_le32(CSR_HW_REV_STEP(fwrt->trans->hw_rev)); in iwl_dump_ini_info()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Derror-dump.h145 * @hw_step: the step of the device
157 __le32 hw_step; member
386 * @hw_step: HW step
410 __le32 hw_step; member
H A Ddbg.c879 dump_info->hw_step = in iwl_fw_error_dump_file()
2261 dump->hw_step = cpu_to_le32(fwrt->trans->hw_rev_step); in iwl_dump_ini_info()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-csid-gen2.c501 u32 hw_step; in csid_hw_version() local
506 hw_step = (hw_version >> HW_VERSION_STEPPING) & 0xFFFF; in csid_hw_version()
508 hw_gen, hw_rev, hw_step); in csid_hw_version()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Ddrv.c1182 u32 hw_step; in iwl_pci_probe() local
1184 hw_step = iwl_read_umac_prph_no_grab(iwl_trans, WFPM_CTRL_REG); in iwl_pci_probe()
1185 hw_step |= ENABLE_WFPM; in iwl_pci_probe()
1186 iwl_write_umac_prph_no_grab(iwl_trans, WFPM_CTRL_REG, hw_step); in iwl_pci_probe()
1187 hw_step = iwl_read_prph_no_grab(iwl_trans, CNVI_AUX_MISC_CHIP); in iwl_pci_probe()
1188 hw_step = (hw_step >> HW_STEP_LOCATION_BITS) & 0xF; in iwl_pci_probe()
1189 if (hw_step == 0x3) in iwl_pci_probe()

Completed in 13 milliseconds