Home
last modified time | relevance | path

Searched refs:CLDMA_ALL_Q (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_cldma.c71 val = qno == CLDMA_ALL_Q ? CLDMA_ALL_Q : BIT(qno); in t7xx_cldma_hw_start_queue()
140 mask = qno == CLDMA_ALL_Q ? CLDMA_ALL_Q : BIT(qno); in t7xx_cldma_hw_queue_status()
190 val = qno == CLDMA_ALL_Q ? CLDMA_ALL_Q : BIT(qno); in t7xx_cldma_hw_irq_dis_txrx()
201 val = qno == CLDMA_ALL_Q ? CLDMA_ALL_Q : BIT(qno); in t7xx_cldma_hw_irq_dis_eq()
213 val = qno == CLDMA_ALL_Q ? CLDMA_ALL_Q in t7xx_cldma_hw_irq_en_txrx()
[all...]
H A Dt7xx_hif_cldma.c619 tx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_TX); in t7xx_cldma_qs_are_active()
620 rx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_qs_are_active()
750 t7xx_cldma_hw_start_queue(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_start()
834 t7xx_cldma_hw_irq_dis_eq(hw_info, CLDMA_ALL_Q, tx_rx); in t7xx_cldma_stop_all_qs()
835 t7xx_cldma_hw_irq_dis_txrx(hw_info, CLDMA_ALL_Q, tx_rx); in t7xx_cldma_stop_all_qs()
1129 t7xx_cldma_hw_start_queue(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_resume_early()
1131 t7xx_cldma_hw_irq_en_eq(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_resume_early()
1132 t7xx_cldma_hw_irq_en_txrx(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_resume_early()
1143 t7xx_cldma_hw_irq_en_txrx(&md_ctrl->hw_info, CLDMA_ALL_Q, MTK_TX); in t7xx_cldma_resume()
1144 t7xx_cldma_hw_irq_en_eq(&md_ctrl->hw_info, CLDMA_ALL_Q, MTK_T in t7xx_cldma_resume()
[all...]
H A Dt7xx_cldma.h25 #define CLDMA_ALL_Q GENMASK(7, 0) macro

Completed in 5 milliseconds