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

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.h145 #define DP_DL_INT_Q1_DONE BIT(14) macro
148 #define DP_DL_Q1_STATUS_MASK (DP_DL_INT_Q1_PITCNT_LEN_ERR | DP_DL_INT_Q1_DONE)
H A Dt7xx_dpmaif.c321 if (intr_status & DP_DL_INT_Q1_DONE) {
325 intr_status &= ~DP_DL_INT_Q1_DONE;
384 rx_intr_status &= ~DP_DL_INT_Q1_DONE;

Completed in 191 milliseconds