Searched refs:irq_ctrl (Results 1 – 3 of 3) sorted by relevance
49 uint32_t irq_ctrl; member
212 return FIELD_EX32(s->irq_ctrl, IRQ_CTRL, EVENTQ_IRQEN); in smmuv3_eventq_irq_enabled()217 return FIELD_EX32(s->irq_ctrl, IRQ_CTRL, GERROR_IRQEN); in smmuv3_gerror_irq_enabled()
315 s->irq_ctrl = 0; in smmuv3_init_regs()1563 s->irq_ctrl = data; in smmu_writel()1748 *data = s->irq_ctrl; in smmu_readl()1948 VMSTATE_UINT32(irq_ctrl, SMMUv3State),