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

/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c196 mac_step = iwl_drv_get_step(trans->hw_rev_step);
245 (drv->trans->hw_rev_step != SILICON_B_STEP &&
246 drv->trans->hw_rev_step != SILICON_C_STEP)) {
H A Diwl-trans.h1059 * @hw_rev_step: The mac step of the HW
1099 u32 hw_rev_step; member in struct:iwl_trans
H A Diwl-nvm-parse.c1880 trans->hw_rev_step == SILICON_C_STEP &&
/freebsd-current/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1233 trans->hw_rev_step == SILICON_A_STEP)
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c883 cpu_to_le32(fwrt->trans->hw_rev_step);
2280 dump->hw_step = cpu_to_le32(fwrt->trans->hw_rev_step);
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c3736 trans->hw_rev_step = trans->hw_rev & 0xF;
3738 trans->hw_rev_step = (trans->hw_rev & 0xC) >> 2;
H A Ddrv.c1386 iwl_trans->hw_rev_step,

Completed in 290 milliseconds