Home
last modified time | relevance | path

Searched refs:int_curr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c214 u16 __iomem *int_curr; member
1192 int_entry = qmc_read16(qmc->int_curr); in qmc_irq_gint()
1195 qmc_write16(qmc->int_curr, int_entry & QMC_INT_W); in qmc_irq_gint()
1237 qmc->int_curr = qmc->int_table; in qmc_irq_gint()
1239 qmc->int_curr++; in qmc_irq_gint()
1240 int_entry = qmc_read16(qmc->int_curr); in qmc_irq_gint()
1388 qmc->int_curr = qmc->int_table; in qmc_probe()