Lines Matching defs:ih_cntl
5921 u32 ih_cntl = RREG32(IH_CNTL);
5924 ih_cntl |= ENABLE_INTR;
5926 WREG32(IH_CNTL, ih_cntl);
5934 u32 ih_cntl = RREG32(IH_CNTL);
5937 ih_cntl &= ~ENABLE_INTR;
5939 WREG32(IH_CNTL, ih_cntl);
5981 u32 interrupt_cntl, ih_cntl, ih_rb_cntl;
6031 ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10) | MC_VMID(0);
6034 ih_cntl |= RPTR_REARM;
6035 WREG32(IH_CNTL, ih_cntl);