Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/alchemy/common/ !
Dirq.c608 __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 …]
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/ !
Dau1000.h202 #define AU1300_GPIC_IDIS 0x0050 /* int_maskclr in manual */ macro