Searched refs:reg_off_sticky (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/irqchip/ |
D | irq-mscc-ocelot.c | 23 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()
|
D | irq-lan966x-oic.c | 25 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()
|