Searched refs:SA1111_INTEN0 (Results 1 – 2 of 2) sorted by relevance
259 ie = readl_relaxed(mapbase + SA1111_INTEN0); in sa1111_mask_irq()261 writel(ie, mapbase + SA1111_INTEN0); in sa1111_mask_irq()270 ie = readl_relaxed(mapbase + SA1111_INTEN0); in sa1111_unmask_irq()272 writel_relaxed(ie, mapbase + SA1111_INTEN0); in sa1111_unmask_irq()398 writel_relaxed(0, irqbase + SA1111_INTEN0); in sa1111_setup_irq()452 writel_relaxed(0, irqbase + SA1111_INTEN0); in sa1111_remove_irq()1002 save->inten0 = readl_relaxed(base + SA1111_INTEN0); in sa1111_suspend_noirq()1074 writel_relaxed(0, sachip->base + SA1111_INTC + SA1111_INTEN0); in sa1111_resume_noirq()1088 writel_relaxed(save->inten0, base + SA1111_INTEN0); in sa1111_resume_noirq()
348 #define SA1111_INTEN0 0x0008 macro
Completed in 7 milliseconds