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

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.h127 #define DP_UL_INT_QDONE_MSK GENMASK(4, 0) macro
H A Dt7xx_dpmaif.c40 ul_intr_enable = DP_UL_INT_ERR_MSK | DP_UL_INT_QDONE_MSK;
89 ul_int_que_done = BIT(q_num + DP_UL_INT_DONE_OFFSET) & DP_UL_INT_QDONE_MSK;
109 ul_int_que_done = BIT(q_num + DP_UL_INT_DONE_OFFSET) & DP_UL_INT_QDONE_MSK;
230 value = FIELD_GET(DP_UL_INT_QDONE_MSK, intr_status);

Completed in 91 milliseconds