Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soc/fsl/qe/
Dqmc.c214 u16 __iomem *int_curr; member
1194 int_entry = qmc_read16(qmc->int_curr); in qmc_irq_gint()
1197 qmc_write16(qmc->int_curr, int_entry & QMC_INT_W); in qmc_irq_gint()
1239 qmc->int_curr = qmc->int_table; in qmc_irq_gint()
1241 qmc->int_curr++; in qmc_irq_gint()
1242 int_entry = qmc_read16(qmc->int_curr); in qmc_irq_gint()
1357 qmc->int_curr = qmc->int_table; in qmc_probe()