Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/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.c176 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph() function
185 IWL_EXPORT_SYMBOL(iwl_write_prph);
245 iwl_write_prph(trans, DEVICE_SET_NMI_REG, in iwl_force_nmi()
248 iwl_write_prph(trans, UREG_NIC_SET_NMI_DRIVER, in iwl_force_nmi()
Diwl-io.h64 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val);
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.h207 iwl_write_prph(fwrt->trans, DBGC_IN_SAMPLE, 0); in iwl_fw_dbg_stop_recording()
209 iwl_write_prph(fwrt->trans, DBGC_OUT_CTRL, 0); in iwl_fw_dbg_stop_recording()
Ddbg.c1209 iwl_write_prph(fwrt->trans, DBGC_IN_SAMPLE, in_sample); in iwl_fw_error_dump_wk()
1210 iwl_write_prph(fwrt->trans, DBGC_OUT_CTRL, out_ctrl); in iwl_fw_error_dump_wk()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans-gen2.c167 iwl_write_prph(trans, DBGC_IN_SAMPLE, 0); in _iwl_trans_pcie_gen2_stop_device()
169 iwl_write_prph(trans, DBGC_OUT_CTRL, 0); in _iwl_trans_pcie_gen2_stop_device()
Dtrans.c427 iwl_write_prph(trans, APMG_CLK_EN_REG, in iwl_pcie_apm_init()
436 iwl_write_prph(trans, APMG_RTC_INT_STT_REG, in iwl_pcie_apm_init()
873 iwl_write_prph(trans, UREG_UCODE_LOAD_STATUS, in iwl_pcie_load_cpu_sections_8000()
876 iwl_write_prph(trans, UREG_UCODE_LOAD_STATUS, in iwl_pcie_load_cpu_sections_8000()
960 iwl_write_prph(trans, addr, val); in iwl_pcie_apply_destination()
985 iwl_write_prph(trans, le32_to_cpu(dest->base_reg), in iwl_pcie_apply_destination()
988 iwl_write_prph(trans, le32_to_cpu(dest->end_reg), in iwl_pcie_apply_destination()
993 iwl_write_prph(trans, le32_to_cpu(dest->end_reg), in iwl_pcie_apply_destination()
1017 iwl_write_prph(trans, in iwl_pcie_load_given_ucode()
1034 iwl_write_prph(trans, MON_BUFF_BASE_ADDR, in iwl_pcie_load_given_ucode()
[all …]
Dctxt-info.c217 iwl_write_prph(trans, UREG_CPU_INIT_RUN, 1); in iwl_pcie_ctxt_info_init()
Dtx.c749 iwl_write_prph(trans, SCD_DRAM_BASE_ADDR, in iwl_pcie_tx_start()
756 iwl_write_prph(trans, SCD_CHAINEXT_EN, 0); in iwl_pcie_tx_start()
1382 iwl_write_prph(trans, SCD_QUEUE_RDPTR(txq_id), ssn); in iwl_trans_pcie_txq_enable()
1394 iwl_write_prph(trans, SCD_QUEUE_STATUS_BITS(txq_id), in iwl_trans_pcie_txq_enable()
Drx.c172 iwl_write_prph(trans, RFH_RXF_DMA_CFG_GEN3, 0); in iwl_pcie_rx_stop()
176 iwl_write_prph(trans, RFH_RXF_DMA_CFG, 0); in iwl_pcie_rx_stop()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.c1712 iwl_write_prph(mvm->trans, mvm->dbgfs_prph_reg_addr, value); in iwl_dbgfs_prph_reg_write()