Searched refs:REG_CNTR_VAL (Results 1 – 2 of 2) sorted by relevance
1135 airoha_qdma_wr(qdma, REG_CNTR_VAL(i << 1), 0); in airoha_qdma_init_qos_stats()1141 airoha_qdma_wr(qdma, REG_CNTR_VAL((i << 1) + 1), 0); in airoha_qdma_init_qos_stats()2071 REG_CNTR_VAL(channel << 1)); in airoha_qdma_get_tx_ets_stats()2073 REG_CNTR_VAL((channel << 1) + 1)); in airoha_qdma_get_tx_ets_stats()
660 #define REG_CNTR_VAL(_n) (0x0404 + ((_n) << 3)) macro