Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/alchemy/common/
Dirq.c625 __raw_writel(bit, r + AU1300_GPIC_IEN); in au1300_gpic_unmask()
784 alchemy_gpic_pmdata[0] = __raw_readl(base + AU1300_GPIC_IEN + 0x0); in alchemy_gpic_suspend()
785 alchemy_gpic_pmdata[1] = __raw_readl(base + AU1300_GPIC_IEN + 0x4); in alchemy_gpic_suspend()
786 alchemy_gpic_pmdata[2] = __raw_readl(base + AU1300_GPIC_IEN + 0x8); in alchemy_gpic_suspend()
787 alchemy_gpic_pmdata[3] = __raw_readl(base + AU1300_GPIC_IEN + 0xc); in alchemy_gpic_suspend()
833 __raw_writel(alchemy_gpic_pmdata[0], base + AU1300_GPIC_IEN + 0x0); in alchemy_gpic_resume()
834 __raw_writel(alchemy_gpic_pmdata[1], base + AU1300_GPIC_IEN + 0x4); in alchemy_gpic_resume()
835 __raw_writel(alchemy_gpic_pmdata[2], base + AU1300_GPIC_IEN + 0x8); in alchemy_gpic_resume()
836 __raw_writel(alchemy_gpic_pmdata[3], base + AU1300_GPIC_IEN + 0xc); in alchemy_gpic_resume()
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1000.h201 #define AU1300_GPIC_IEN 0x0040 /* int_mask in manual */ macro