Lines Matching defs:ih_cntl
3592 u32 ih_cntl = RREG32(IH_CNTL);
3595 ih_cntl |= ENABLE_INTR;
3597 WREG32(IH_CNTL, ih_cntl);
3605 u32 ih_cntl = RREG32(IH_CNTL);
3608 ih_cntl &= ~ENABLE_INTR;
3610 WREG32(IH_CNTL, ih_cntl);
3675 u32 interrupt_cntl, ih_cntl, ih_rb_cntl;
3728 ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10);
3731 ih_cntl |= RPTR_REARM;
3732 WREG32(IH_CNTL, ih_cntl);