Home
last modified time | relevance | path

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

/arch/arm/common/
Dsa1111.c267 ie = readl_relaxed(mapbase + SA1111_INTEN0); in sa1111_mask_irq()
269 writel(ie, mapbase + SA1111_INTEN0); in sa1111_mask_irq()
278 ie = readl_relaxed(mapbase + SA1111_INTEN0); in sa1111_unmask_irq()
280 writel_relaxed(ie, mapbase + SA1111_INTEN0); in sa1111_unmask_irq()
403 writel_relaxed(0, irqbase + SA1111_INTEN0); in sa1111_setup_irq()
457 writel_relaxed(0, irqbase + SA1111_INTEN0); in sa1111_remove_irq()
1007 save->inten0 = readl_relaxed(base + SA1111_INTEN0); in sa1111_suspend_noirq()
1079 writel_relaxed(0, sachip->base + SA1111_INTC + SA1111_INTEN0); in sa1111_resume_noirq()
1093 writel_relaxed(save->inten0, base + SA1111_INTEN0); in sa1111_resume_noirq()
/arch/arm/include/asm/hardware/
Dsa1111.h348 #define SA1111_INTEN0 0x0008 macro