Home
last modified time | relevance | path

Searched refs:iwl_write_prph (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-scd.h97 iwl_write_prph(trans, SCD_TXFACT, IWL_MASK(0, 7)); in iwl_scd_activate_fifos()
102 iwl_write_prph(trans, SCD_TXFACT, 0); in iwl_scd_deactivate_fifos()
108 iwl_write_prph(trans, SCD_EN_CTRL, value); in iwl_scd_enable_set_active()
138 iwl_write_prph(trans, SCD_QUEUE_STATUS_BITS(txq_id), in iwl_scd_txq_set_inactive()
Diwl-io.c123 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph() function
132 IWL_EXPORT_SYMBOL(iwl_write_prph);
190 iwl_write_prph(trans, DEVICE_SET_NMI_REG, in iwl_force_nmi()
192 iwl_write_prph(trans, DEVICE_SET_NMI_REG, in iwl_force_nmi()
195 iwl_write_prph(trans, DEVICE_SET_NMI_8000_REG, in iwl_force_nmi()
197 iwl_write_prph(trans, DEVICE_SET_NMI_REG, in iwl_force_nmi()
Diwl-io.h76 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val);
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c303 iwl_write_prph(trans, APMG_CLK_EN_REG, in iwl_pcie_apm_init()
312 iwl_write_prph(trans, APMG_RTC_INT_STT_REG, in iwl_pcie_apm_init()
720 iwl_write_prph(trans, WFPM_CTRL_REG, WFPM_AUX_CTL_AUX_IF_MAC_OWNER_MSK); in iwl_pcie_rsa_race_bug_wa()
721 iwl_write_prph(trans, AUX_MISC_MASTER1_EN, AUX_MISC_MASTER1_EN_SBE_MSK); in iwl_pcie_rsa_race_bug_wa()
724 iwl_write_prph(trans, AUX_MISC_MASTER1_SMPHR_STATUS, 0x1); in iwl_pcie_rsa_race_bug_wa()
727 iwl_write_prph(trans, RSA_ENABLE, 0); in iwl_pcie_rsa_race_bug_wa()
868 iwl_write_prph(trans, addr, val); in iwl_pcie_apply_destination()
884 iwl_write_prph(trans, le32_to_cpu(dest->base_reg), in iwl_pcie_apply_destination()
887 iwl_write_prph(trans, le32_to_cpu(dest->end_reg), in iwl_pcie_apply_destination()
892 iwl_write_prph(trans, le32_to_cpu(dest->end_reg), in iwl_pcie_apply_destination()
[all …]
Dtx.c667 iwl_write_prph(trans, SCD_DRAM_BASE_ADDR, in iwl_pcie_tx_start()
674 iwl_write_prph(trans, SCD_CHAINEXT_EN, 0); in iwl_pcie_tx_start()
1227 iwl_write_prph(trans, SCD_QUEUE_RDPTR(txq_id), ssn); in iwl_trans_pcie_txq_enable()
1241 iwl_write_prph(trans, SCD_QUEUE_STATUS_BITS(txq_id), in iwl_trans_pcie_txq_enable()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dfw.c558 iwl_write_prph(mvm->trans, DBGC_IN_SAMPLE, 1); in iwl_mvm_restart_early_start()
Dops.c874 iwl_write_prph(mvm->trans, DBGC_IN_SAMPLE, 0); in iwl_mvm_fw_error_dump_wk()
Ddebugfs.c1470 iwl_write_prph(mvm->trans, mvm->dbgfs_prph_reg_addr, value); in iwl_dbgfs_prph_reg_write()