Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/
H A Dcore.c33 __raw_writeb(1 << d->irq, IRQ_MCLR); in ebsa110_mask_irq()
53 __raw_writeb(0xff, IRQ_MCLR); in ebsa110_init_irq()
58 __raw_writeb(0xff, IRQ_MCLR); /* clear all interrupt enables */ in ebsa110_init_irq()
H A Dcore.h36 #define IRQ_MCLR IOMEM(0xff000000) /* trick 4 - write */ macro