Searched refs:mintctl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hwtracing/intel_th/
H A Dmsu.c672 u32 mintctl, msusts; local
680 mintctl = ioread32(msc->msu_base + REG_MSU_MINTCTL);
681 mintctl |= msc->index ? M1BLIE : M0BLIE;
682 iowrite32(mintctl, msc->msu_base + REG_MSU_MINTCTL);
683 if (mintctl != ioread32(msc->msu_base + REG_MSU_MINTCTL)) {
697 u32 mintctl; local
702 mintctl = ioread32(msc->msu_base + REG_MSU_MINTCTL);
703 mintctl &= msc->index ? ~M1BLIE : ~M0BLIE;
704 iowrite32(mintctl, msc->msu_base + REG_MSU_MINTCTL);

Completed in 112 milliseconds