Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/bcm63xx/
H A Dirq.c329 reg |= EXTIRQ_CFG_SENSE_6348(irq); in bcm63xx_external_irq_set_type()
331 reg &= ~EXTIRQ_CFG_SENSE_6348(irq); in bcm63xx_external_irq_set_type()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h250 #define EXTIRQ_CFG_SENSE_6348(x) (1 << (x)) macro