Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/bcm63xx/
H A Dirq.c333 reg |= EXTIRQ_CFG_BOTHEDGE_6348(irq); in bcm63xx_external_irq_set_type()
335 reg &= ~EXTIRQ_CFG_BOTHEDGE_6348(irq); in bcm63xx_external_irq_set_type()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h254 #define EXTIRQ_CFG_BOTHEDGE_6348(x) (1 << (x + 20)) macro