Lines Matching defs:ih_cntl
6814 u32 ih_cntl = RREG32(IH_CNTL);
6817 ih_cntl |= ENABLE_INTR;
6819 WREG32(IH_CNTL, ih_cntl);
6834 u32 ih_cntl = RREG32(IH_CNTL);
6837 ih_cntl &= ~ENABLE_INTR;
6839 WREG32(IH_CNTL, ih_cntl);
6939 u32 interrupt_cntl, ih_cntl, ih_rb_cntl;
6989 ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10) | MC_VMID(0);
6992 ih_cntl |= RPTR_REARM;
6993 WREG32(IH_CNTL, ih_cntl);