Searched refs:DP_DL_INT_PITCNT_LEN_ERR (Results 1 – 2 of 2) sorted by relevance
55 dl_intr_enable = DP_DL_INT_PITCNT_LEN_ERR | DP_DL_INT_BATCNT_LEN_ERR; in t7xx_dpmaif_init_intr()130 hw_info->isr_en_mask.ap_dl_l2intr_en_msk |= DP_DL_INT_PITCNT_LEN_ERR; in t7xx_dpmaif_dl_unmask_pitcnt_len_err_intr()131 iowrite32(DP_DL_INT_PITCNT_LEN_ERR, hw_info->pcie_base + DPMAIF_AO_UL_APDL_L2TIMCR0); in t7xx_dpmaif_dl_unmask_pitcnt_len_err_intr()278 if (intr_status & DP_DL_INT_PITCNT_LEN_ERR) { in t7xx_dpmaif_hw_check_rx_intr()280 hw_info->isr_en_mask.ap_dl_l2intr_en_msk &= ~DP_DL_INT_PITCNT_LEN_ERR; in t7xx_dpmaif_hw_check_rx_intr()281 iowrite32(DP_DL_INT_PITCNT_LEN_ERR, in t7xx_dpmaif_hw_check_rx_intr()
136 #define DP_DL_INT_PITCNT_LEN_ERR BIT(3) macro