Home
last modified time | relevance | path

Searched refs:hw_rev_step (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c180 mac_step = iwl_drv_get_step(trans->hw_rev_step); in iwl_drv_get_fwname_pre()
229 (drv->trans->hw_rev_step != SILICON_B_STEP && in iwl_request_firmware()
230 drv->trans->hw_rev_step != SILICON_C_STEP)) { in iwl_request_firmware()
H A Diwl-trans.h1091 u32 hw_rev_step; member
H A Diwl-nvm-parse.c1875 trans->hw_rev_step == SILICON_C_STEP && in iwl_read_external_nvm()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c3698 trans->hw_rev_step = trans->hw_rev & 0xF; in iwl_trans_pcie_alloc()
3700 trans->hw_rev_step = (trans->hw_rev & 0xC) >> 2; in iwl_trans_pcie_alloc()
H A Ddrv.c1375 iwl_trans->hw_rev_step, in iwl_pci_probe()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c880 cpu_to_le32(fwrt->trans->hw_rev_step); in iwl_fw_error_dump_file()
2261 dump->hw_step = cpu_to_le32(fwrt->trans->hw_rev_step); in iwl_dump_ini_info()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1240 trans->hw_rev_step == SILICON_A_STEP) in iwl_txq_dyn_alloc()