Home
last modified time | relevance | path

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

/linux/arch/mips/sgi-ip22/
H A Dip22-int.c59 sgint->imask1 |= (1 << (d->irq - SGINT_LOCAL1)); in enable_local1_irq()
64 sgint->imask1 &= ~(1 << (d->irq - SGINT_LOCAL1)); in disable_local1_irq()
94 sgint->imask1 |= (1 << (SGI_MAP_1_IRQ - SGINT_LOCAL1)); in enable_local3_irq()
102 sgint->imask1 &= ~(1 << (SGI_MAP_1_IRQ - SGINT_LOCAL1)); in disable_local3_irq()
135 u8 mask = sgint->istat1 & sgint->imask1; in indy_local1_irqdispatch()
271 sgint->imask1 = 0; in arch_init_irq()
/linux/arch/mips/include/asm/sgi/
H A Dioc.h66 volatile u8 imask1; /* Interrupt mask one */ member
/linux/drivers/net/can/flexcan/
H A Dflexcan-core.c228 u32 imask1; /* 0x28 */ member
1424 priv->write(lower_32_bits(reg_imask), &regs->imask1); in flexcan_chip_interrupts_enable()
1434 priv->write(0, &regs->imask1); in flexcan_chip_interrupts_disable()