Home
last modified time | relevance | path

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

/openbmc/linux/drivers/parisc/
H A Ddino.c127 #define DINO_MASK_IRQ(x) (1<<(x)) macro
304 dino_dev->imr &= ~(DINO_MASK_IRQ(local_irq)); in dino_mask_irq()
325 dino_dev->imr |= DINO_MASK_IRQ(local_irq); /* used in dino_isr() */ in dino_unmask_irq()
338 if (tmp & DINO_MASK_IRQ(local_irq)) { in dino_unmask_irq()
409 mask &= ~DINO_MASK_IRQ(local_irq); in dino_isr()
/openbmc/qemu/include/hw/pci-host/
H A Ddino.h59 #define DINO_MASK_IRQ(x) (1 << (x)) macro