Home
last modified time | relevance | path

Searched refs:PNX833X_PIO_INT_ENABLE (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/mach-pnx833x/
Dgpio.h52 PNX833X_PIO_INT_ENABLE = 0; in pnx833x_gpio_init()
158 SET_REG_BIT(PNX833X_PIO_INT_ENABLE, pin); in pnx833x_gpio_enable_irq()
162 CLEAR_REG_BIT(PNX833X_PIO_INT_ENABLE, pin); in pnx833x_gpio_disable_irq()
Dpnx833x.h109 #define PNX833X_PIO_INT_ENABLE PNX833X_REG(0xFFE4) macro
/arch/mips/pnx833x/common/
Dinterrupts.c113 unsigned long mask = PNX833X_PIO_INT_STATUS & PNX833X_PIO_INT_ENABLE; in pic_dispatch()