Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/soc/fsl/qe/
Dqmc.c266 u16 __iomem *int_curr; member
1574 int_entry = qmc_read16(qmc->int_curr); in qmc_irq_gint()
1577 qmc_write16(qmc->int_curr, int_entry & QMC_INT_W); in qmc_irq_gint()
1622 qmc->int_curr = qmc->int_table; in qmc_irq_gint()
1624 qmc->int_curr++; in qmc_irq_gint()
1625 int_entry = qmc_read16(qmc->int_curr); in qmc_irq_gint()
1956 qmc->int_curr = qmc->int_table; in qmc_probe()