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

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.h136 #define DP_DL_INT_PITCNT_LEN_ERR BIT(3) macro
H A Dt7xx_dpmaif.c55 dl_intr_enable = DP_DL_INT_PITCNT_LEN_ERR | DP_DL_INT_BATCNT_LEN_ERR;
130 hw_info->isr_en_mask.ap_dl_l2intr_en_msk |= DP_DL_INT_PITCNT_LEN_ERR;
131 iowrite32(DP_DL_INT_PITCNT_LEN_ERR, hw_info->pcie_base + DPMAIF_AO_UL_APDL_L2TIMCR0);
278 if (intr_status & DP_DL_INT_PITCNT_LEN_ERR) {
280 hw_info->isr_en_mask.ap_dl_l2intr_en_msk &= ~DP_DL_INT_PITCNT_LEN_ERR;
281 iowrite32(DP_DL_INT_PITCNT_LEN_ERR,

Completed in 146 milliseconds