Lines Matching defs:ih_cntl
3595 u32 ih_cntl = RREG32(IH_CNTL);
3598 ih_cntl |= ENABLE_INTR;
3600 WREG32(IH_CNTL, ih_cntl);
3608 u32 ih_cntl = RREG32(IH_CNTL);
3611 ih_cntl &= ~ENABLE_INTR;
3613 WREG32(IH_CNTL, ih_cntl);
3678 u32 interrupt_cntl, ih_cntl, ih_rb_cntl;
3731 ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10);
3734 ih_cntl |= RPTR_REARM;
3735 WREG32(IH_CNTL, ih_cntl);