Searched refs:AU1300_GPIC_IDIS (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/mips/alchemy/common/ |
D | irq.c | 609 __raw_writel(bit, r + AU1300_GPIC_IDIS); in au1300_gpic_mask() 639 __raw_writel(bit, r + AU1300_GPIC_IDIS); /* mask */ in au1300_gpic_maskack() 794 __raw_writel(~0UL, base + AU1300_GPIC_IDIS + 0x0); in alchemy_gpic_suspend() 795 __raw_writel(~0UL, base + AU1300_GPIC_IDIS + 0x4); in alchemy_gpic_suspend() 796 __raw_writel(~0UL, base + AU1300_GPIC_IDIS + 0x8); in alchemy_gpic_suspend() 797 __raw_writel(~0UL, base + AU1300_GPIC_IDIS + 0xc); in alchemy_gpic_suspend() 816 __raw_writel(~0UL, base + AU1300_GPIC_IDIS + 0x0); in alchemy_gpic_resume() 817 __raw_writel(~0UL, base + AU1300_GPIC_IDIS + 0x4); in alchemy_gpic_resume() 818 __raw_writel(~0UL, base + AU1300_GPIC_IDIS + 0x8); in alchemy_gpic_resume() 819 __raw_writel(~0UL, base + AU1300_GPIC_IDIS + 0xc); in alchemy_gpic_resume() [all …]
|
/linux-3.4.99/arch/mips/include/asm/mach-au1x00/ |
D | au1000.h | 815 #define AU1300_GPIC_IDIS 0x0050 /* int_maskclr in manual */ macro
|