Searched refs:iwl_write_umac_prph (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | trans-gen2.c | 106 iwl_write_umac_prph(trans, UREG_NIC_SET_NMI_DRIVER, in iwl_trans_pcie_fw_reset_handshake() 109 iwl_write_umac_prph(trans, UREG_DOORBELL_TO_ISR6, in iwl_trans_pcie_fw_reset_handshake() 450 iwl_write_umac_prph(trans, UREG_CPU_INIT_RUN, 1); in iwl_trans_pcie_gen2_start_fw()
|
D | trans.c | 909 iwl_write_umac_prph(trans, MON_BUFF_BASE_ADDR_VER2, in iwl_pcie_apply_destination_ini() 911 iwl_write_umac_prph(trans, MON_BUFF_END_ADDR_VER2, in iwl_pcie_apply_destination_ini() 1197 iwl_write_umac_prph(trans, UREG_CHICK, in iwl_pcie_conf_msix_hw() 1207 iwl_write_umac_prph(trans, UREG_CHICK, UREG_CHICK_MSIX_ENABLE); in iwl_pcie_conf_msix_hw() 1526 iwl_write_umac_prph(trans, UREG_DOORBELL_TO_ISR6, in iwl_pcie_d3_handshake() 1533 iwl_write_umac_prph(trans, UREG_DOORBELL_TO_ISR6, in iwl_pcie_d3_handshake()
|
D | rx.c | 148 iwl_write_umac_prph(trans, RFH_RXF_DMA_CFG_GEN3, 0); in iwl_pcie_rx_stop()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-io.h | 88 static inline void iwl_write_umac_prph(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph() function
|
D | iwl-io.c | 216 iwl_write_umac_prph(trans, UREG_NIC_SET_NMI_DRIVER, in iwl_force_nmi() 219 iwl_write_umac_prph(trans, UREG_DOORBELL_TO_ISR6, in iwl_force_nmi()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/ |
D | pnvm.c | 350 iwl_write_umac_prph(trans, UREG_DOORBELL_TO_ISR6, in iwl_pnvm_load()
|
D | dbg.c | 3098 iwl_write_umac_prph(trans, DBGC_IN_SAMPLE, 0); in iwl_fw_dbg_stop_recording() 3103 iwl_write_umac_prph(trans, DBGC_OUT_CTRL, 0); in iwl_fw_dbg_stop_recording() 3117 iwl_write_umac_prph(trans, DBGC_IN_SAMPLE, params->in_sample); in iwl_fw_dbg_restart_recording() 3118 iwl_write_umac_prph(trans, DBGC_OUT_CTRL, params->out_ctrl); in iwl_fw_dbg_restart_recording()
|