Searched refs:IC_WAKECLR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
H A D | irq.c | 58 #define IC_WAKECLR 0x6C macro 314 __raw_writel(1 << bit, base + IC_WAKECLR); in au1x_ic0_mask() 324 __raw_writel(1 << bit, base + IC_WAKECLR); in au1x_ic1_mask() 361 __raw_writel(1 << bit, base + IC_WAKECLR); in au1x_ic0_maskack() 373 __raw_writel(1 << bit, base + IC_WAKECLR); in au1x_ic1_maskack() 723 __raw_writel(0xffffffff, base + IC_WAKECLR); in ic_init()
|
/kernel/linux/linux-6.6/arch/mips/alchemy/common/ |
H A D | irq.c | 58 #define IC_WAKECLR 0x6C macro 314 __raw_writel(1 << bit, base + IC_WAKECLR); in au1x_ic0_mask() 324 __raw_writel(1 << bit, base + IC_WAKECLR); in au1x_ic1_mask() 361 __raw_writel(1 << bit, base + IC_WAKECLR); in au1x_ic0_maskack() 373 __raw_writel(1 << bit, base + IC_WAKECLR); in au1x_ic1_maskack() 723 __raw_writel(0xffffffff, base + IC_WAKECLR); in ic_init()
|
Completed in 6 milliseconds