Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/irqchip/
Dirq-mscc-ocelot.c23 u8 reg_off_sticky; member
35 .reg_off_sticky = 0x10,
46 .reg_off_sticky = 0xc,
57 .reg_off_sticky = 0,
68 .reg_off_sticky = 0x10,
96 irq_reg_writel(gc, mask, p->reg_off_sticky); in ocelot_irq_unmask()
159 gc->chip_types[0].regs.ack = p->reg_off_sticky; in vcoreiii_irq_init()
173 irq_reg_writel(gc, 0xffffffff, p->reg_off_sticky); in vcoreiii_irq_init()
Dirq-lan966x-oic.c25 int reg_off_sticky; member
150 .reg_off_sticky = LAN966X_OIC_INTR_STICKY,
156 .reg_off_sticky = LAN966X_OIC_INTR_STICKY1,
162 .reg_off_sticky = LAN966X_OIC_INTR_STICKY2,
178 gc->chip_types[0].regs.ack = chip_regs->reg_off_sticky; in lan966x_oic_chip_init()