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