Searched refs:DP_DL_INT_Q0_DONE (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.h144 #define DP_DL_INT_Q0_DONE BIT(13) macro
147 #define DP_DL_Q0_STATUS_MASK (DP_DL_INT_Q0_PITCNT_LEN_ERR | DP_DL_INT_Q0_DONE)
H A Dt7xx_dpmaif.c306 if (intr_status & DP_DL_INT_Q0_DONE) {
313 intr_status &= ~DP_DL_INT_Q0_DONE;
380 rx_intr_status &= ~DP_DL_INT_Q0_DONE;

Completed in 108 milliseconds