Searched refs:SCD_AGGR_SEL (Results 1 – 2 of 2) sorted by relevance
76 iwl_set_bits_prph(trans, SCD_AGGR_SEL, BIT(txq_id)); in iwl_scd_txq_enable_agg()82 iwl_clear_bits_prph(trans, SCD_AGGR_SEL, BIT(txq_id)); in iwl_scd_txq_disable_agg()87 iwl_set_bits_prph(trans, SCD_AGGR_SEL, 0); in iwl_scd_disable_agg()
286 #define SCD_AGGR_SEL (SCD_BASE + 0x248) macro