Lines Matching defs:ih_cntl
6825 u32 ih_cntl = RREG32(IH_CNTL);
6828 ih_cntl |= ENABLE_INTR;
6830 WREG32(IH_CNTL, ih_cntl);
6845 u32 ih_cntl = RREG32(IH_CNTL);
6848 ih_cntl &= ~ENABLE_INTR;
6850 WREG32(IH_CNTL, ih_cntl);
6950 u32 interrupt_cntl, ih_cntl, ih_rb_cntl;
7000 ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10) | MC_VMID(0);
7003 ih_cntl |= RPTR_REARM;
7004 WREG32(IH_CNTL, ih_cntl);