Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/bcm63xx/
Dtimer.c72 reg |= TIMER_IRQSTAT_TIMER_IR_EN(id); in bcm63xx_timer_enable()
96 reg &= ~TIMER_IRQSTAT_TIMER_IR_EN(id); in bcm63xx_timer_disable()
/linux-5.19.10/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h429 #define TIMER_IRQSTAT_TIMER_IR_EN(x) (1 << ((x) + 8)) macro