Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/cfg/
D6000.c81 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
94 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
107 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
D22000.c110 .shadow_reg_enable = true,
122 .shadow_reg_enable = true,
D2000.c72 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
86 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
D8000.c112 .shadow_reg_enable = true,
D7000.c131 .shadow_reg_enable = true,
D9000.c103 .shadow_reg_enable = true,
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-config.h190 shadow_reg_enable:1, member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dpower.c217 if (priv->cfg->base_params->shadow_reg_enable) in iwl_static_sleep_cmd()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c202 if (!trans->cfg->base_params->shadow_reg_enable && in iwl_pcie_rxq_inc_wr_ptr()
Dtx.c264 if (!trans->cfg->base_params->shadow_reg_enable && in iwl_pcie_txq_inc_wr_ptr()
Dtrans.c633 if (trans->cfg->base_params->shadow_reg_enable) { in iwl_pcie_nic_init()