Searched refs:VA_SIC_BASE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-versatile/
H A Dcore.c57 #define VA_SIC_BASE __io_address(VERSATILE_SIC_BASE) macro
62 writel(1 << irq, VA_SIC_BASE + SIC_IRQ_ENABLE_CLEAR);
68 writel(1 << irq, VA_SIC_BASE + SIC_IRQ_ENABLE_SET);
81 unsigned long status = readl(VA_SIC_BASE + SIC_IRQ_STATUS);
112 writel(~0, VA_SIC_BASE + SIC_IRQ_ENABLE_CLEAR);
129 writel(PIC_MASK, VA_SIC_BASE + SIC_INT_PIC_ENABLE);

Completed in 43 milliseconds