Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/t7xx/
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)
A Dt7xx_dpmaif.c306 if (intr_status & DP_DL_INT_Q0_DONE) { in t7xx_dpmaif_hw_check_rx_intr()
313 intr_status &= ~DP_DL_INT_Q0_DONE; in t7xx_dpmaif_hw_check_rx_intr()
380 rx_intr_status &= ~DP_DL_INT_Q0_DONE; in t7xx_dpmaif_hw_get_intr_cnt()

Completed in 8 milliseconds