Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-ebsa110/
Dcore.c34 __raw_writeb(1 << d->irq, IRQ_MCLR); in ebsa110_mask_irq()
54 __raw_writeb(0xff, IRQ_MCLR); in ebsa110_init_irq()
59 __raw_writeb(0xff, IRQ_MCLR); /* clear all interrupt enables */ in ebsa110_init_irq()
Dcore.h36 #define IRQ_MCLR IOMEM(0xff000000) /* trick 4 - write */ macro