Searched refs:iwl_set_bits_prph (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-scd.h | 16 iwl_set_bits_prph(trans, SCD_QUEUECHAIN_SEL, BIT(txq_id)); in iwl_scd_txq_set_chain() 22 iwl_set_bits_prph(trans, SCD_AGGR_SEL, BIT(txq_id)); in iwl_scd_txq_enable_agg() 33 iwl_set_bits_prph(trans, SCD_AGGR_SEL, 0); in iwl_scd_disable_agg()
|
D | iwl-io.h | 49 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask);
|
D | iwl-io.c | 175 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph() function 184 IWL_EXPORT_SYMBOL(iwl_set_bits_prph);
|
D | iwl-eeprom-read.c | 142 iwl_set_bits_prph(trans, APMG_PS_CTRL_REG, in iwl_init_otp_access()
|
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | trans.c | 342 iwl_set_bits_prph(trans, OSC_CLK, OSC_CLK_FORCE_CONTROL); in iwl_pcie_apm_init() 360 iwl_set_bits_prph(trans, APMG_PCIDEV_STT_REG, in iwl_pcie_apm_init() 503 iwl_set_bits_prph(trans, APMG_PCIDEV_STT_REG, in iwl_pcie_apm_stop() 745 iwl_set_bits_prph(trans, LMPM_CHICK, in iwl_pcie_load_section() 953 iwl_set_bits_prph(trans, addr, BIT(val)); in iwl_pcie_apply_destination() 1813 iwl_set_bits_prph(trans, HPM_HIPM_GEN_CFG, in iwl_pcie_gen2_force_power_gating() 1816 iwl_set_bits_prph(trans, HPM_HIPM_GEN_CFG, in iwl_pcie_gen2_force_power_gating()
|
D | tx.c | 615 iwl_set_bits_prph(trans, SCD_GP_CTRL, SCD_GP_CTRL_AUTO_ACTIVE_MODE); in iwl_pcie_tx_init() 617 iwl_set_bits_prph(trans, SCD_GP_CTRL, in iwl_pcie_tx_init()
|
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/fw/ |
D | dbg.c | 3089 iwl_set_bits_prph(trans, MON_BUFF_SAMPLE_CTL, 0x100); in iwl_fw_dbg_stop_recording() 3115 iwl_set_bits_prph(trans, MON_BUFF_SAMPLE_CTL, 0x1); in iwl_fw_dbg_restart_recording()
|