Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-mxs/
Dgpio.c43 #define PINCTRL_IRQPOL(n) ((cpu_is_mx23() ? 0x0b00 : 0x1300) + (n) * 0x10) macro
124 pin_addr = port->base + PINCTRL_IRQPOL(port->id); in mxs_gpio_set_irq_type()