Home
last modified time | relevance | path

Searched refs:shadow_reg_enable (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/cfg/
D6000.c66 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
79 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
92 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
D2000.c57 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
71 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
D8000.c105 .shadow_reg_enable = true,
D9000.c92 .shadow_reg_enable = true,
D22000.c139 .shadow_reg_enable = true,
151 .shadow_reg_enable = true,
D7000.c118 .shadow_reg_enable = true,
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-config.h184 shadow_reg_enable:1, member
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dpower.c203 if (priv->trans->trans_cfg->base_params->shadow_reg_enable) in iwl_static_sleep_cmd()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c235 if (!trans->trans_cfg->base_params->shadow_reg_enable && in iwl_pcie_rxq_inc_wr_ptr()
Dtx.c143 if (!trans->trans_cfg->base_params->shadow_reg_enable && in iwl_pcie_txq_inc_wr_ptr()
Dtrans.c587 if (trans->trans_cfg->base_params->shadow_reg_enable) { in iwl_pcie_nic_init()