Searched refs:CLDMA_ALL_Q (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wwan/t7xx/ |
| A D | t7xx_cldma.c | 71 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 : BIT(qno); in t7xx_cldma_hw_irq_en_txrx() 224 val = qno == CLDMA_ALL_Q ? CLDMA_ALL_Q : BIT(qno); in t7xx_cldma_hw_irq_en_eq() 270 iowrite32(CLDMA_ALL_Q, reg); in t7xx_cldma_hw_stop_all_qs()
|
| A D | t7xx_hif_cldma.c | 749 t7xx_cldma_hw_start_queue(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_start() 833 t7xx_cldma_hw_irq_dis_eq(hw_info, CLDMA_ALL_Q, tx_rx); in t7xx_cldma_stop_all_qs() 834 t7xx_cldma_hw_irq_dis_txrx(hw_info, CLDMA_ALL_Q, tx_rx); in t7xx_cldma_stop_all_qs() 1146 t7xx_cldma_hw_start_queue(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_resume_early() 1148 t7xx_cldma_hw_irq_en_eq(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_resume_early() 1149 t7xx_cldma_hw_irq_en_txrx(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_resume_early() 1161 t7xx_cldma_hw_irq_en_eq(&md_ctrl->hw_info, CLDMA_ALL_Q, MTK_TX); in t7xx_cldma_resume() 1179 t7xx_cldma_hw_irq_dis_eq(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_suspend_late() 1180 t7xx_cldma_hw_irq_dis_txrx(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_suspend_late() 1200 t7xx_cldma_hw_irq_dis_eq(hw_info, CLDMA_ALL_Q, MTK_TX); in t7xx_cldma_suspend() [all …]
|
| A D | t7xx_cldma.h | 25 #define CLDMA_ALL_Q GENMASK(7, 0) macro
|
Completed in 10 milliseconds