Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-scd.h38 iwl_write_prph(trans, SCD_TXFACT, IWL_MASK(0, 7)); in iwl_scd_activate_fifos()
43 iwl_write_prph(trans, SCD_TXFACT, 0); in iwl_scd_deactivate_fifos()
49 iwl_write_prph(trans, SCD_EN_CTRL, value); in iwl_scd_enable_set_active()
79 iwl_write_prph(trans, SCD_QUEUE_STATUS_BITS(txq_id), in iwl_scd_txq_set_inactive()
H A Diwl-io.h42 static inline void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph() function
91 iwl_write_prph(trans, ofs + trans->trans_cfg->umac_prph_offset, val); in iwl_write_umac_prph()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans-gen2.c403 iwl_write_prph(trans, HPM_MAC_LTR_CSR, HPM_MAC_LRT_ENABLE_ALL); in iwl_pcie_set_ltr()
404 iwl_write_prph(trans, HPM_UMAC_LTR, ltr_val); in iwl_pcie_set_ltr()
538 iwl_write_prph(trans, UREG_CPU_INIT_RUN, 1);
H A Dtrans.c384 iwl_write_prph(trans, APMG_CLK_EN_REG, in iwl_pcie_apm_init()
393 iwl_write_prph(trans, APMG_RTC_INT_STT_REG, in iwl_pcie_apm_init()
851 iwl_write_prph(trans, UREG_UCODE_LOAD_STATUS, in iwl_pcie_load_cpu_sections_8000()
854 iwl_write_prph(trans, UREG_UCODE_LOAD_STATUS, in iwl_pcie_load_cpu_sections_8000()
980 iwl_write_prph(trans, addr, val); in iwl_pcie_apply_destination()
1005 iwl_write_prph(trans, le32_to_cpu(dest->base_reg), in iwl_pcie_apply_destination()
1008 iwl_write_prph(trans, le32_to_cpu(dest->end_reg), in iwl_pcie_apply_destination()
1012 iwl_write_prph(trans, le32_to_cpu(dest->end_reg), in iwl_pcie_apply_destination()
1034 iwl_write_prph(trans, in iwl_pcie_load_given_ucode()
1076 iwl_write_prph(tran in iwl_pcie_load_given_ucode_8000()
[all...]
H A Dtx.c509 iwl_write_prph(trans, SCD_DRAM_BASE_ADDR, in iwl_pcie_tx_alloc()
516 iwl_write_prph(trans, SCD_CHAINEXT_EN, 0); in iwl_pcie_tx_alloc()
1233 iwl_write_prph(trans, SCD_QUEUE_RDPTR(txq_id), ssn); in iwl_pcie_hcmd_complete()
1245 iwl_write_prph(trans, SCD_QUEUE_STATUS_BITS(txq_id), in iwl_pcie_hcmd_complete()
H A Drx.c152 iwl_write_prph(trans, RFH_RXF_DMA_CFG, 0); in iwl_pcie_rx_stop()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c1719 iwl_write_prph(mvm->trans, mvm->dbgfs_prph_reg_addr, value);