Lines Matching defs:ih_cntl
5926 u32 ih_cntl = RREG32(IH_CNTL);
5929 ih_cntl |= ENABLE_INTR;
5931 WREG32(IH_CNTL, ih_cntl);
5939 u32 ih_cntl = RREG32(IH_CNTL);
5942 ih_cntl &= ~ENABLE_INTR;
5944 WREG32(IH_CNTL, ih_cntl);
5986 u32 interrupt_cntl, ih_cntl, ih_rb_cntl;
6036 ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10) | MC_VMID(0);
6039 ih_cntl |= RPTR_REARM;
6040 WREG32(IH_CNTL, ih_cntl);