Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.c55 dl_intr_enable = DP_DL_INT_PITCNT_LEN_ERR | DP_DL_INT_BATCNT_LEN_ERR; in t7xx_dpmaif_init_intr()
124 hw_info->isr_en_mask.ap_dl_l2intr_en_msk |= DP_DL_INT_BATCNT_LEN_ERR; in t7xx_dpmaif_dl_unmask_batcnt_len_err_intr()
125 iowrite32(DP_DL_INT_BATCNT_LEN_ERR, hw_info->pcie_base + DPMAIF_AO_UL_APDL_L2TIMCR0); in t7xx_dpmaif_dl_unmask_batcnt_len_err_intr()
271 if (intr_status & DP_DL_INT_BATCNT_LEN_ERR) { in t7xx_dpmaif_hw_check_rx_intr()
273 hw_info->isr_en_mask.ap_dl_l2intr_en_msk &= ~DP_DL_INT_BATCNT_LEN_ERR; in t7xx_dpmaif_hw_check_rx_intr()
274 iowrite32(DP_DL_INT_BATCNT_LEN_ERR, in t7xx_dpmaif_hw_check_rx_intr()
329 intr_status |= DP_DL_INT_BATCNT_LEN_ERR; in t7xx_dpmaif_hw_check_rx_intr()
H A Dt7xx_dpmaif.h135 #define DP_DL_INT_BATCNT_LEN_ERR BIT(2) macro