Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-ebsa110/
Dcore.c37 __raw_writeb(1 << d->irq, IRQ_MCLR); in ebsa110_mask_irq()
57 __raw_writeb(0xff, IRQ_MCLR); in ebsa110_init_irq()
62 __raw_writeb(0xff, IRQ_MCLR); /* clear all interrupt enables */ in ebsa110_init_irq()
Dcore.h39 #define IRQ_MCLR IOMEM(0xff000000) /* trick 4 - write */ macro