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