Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/samsung/
Dpinctrl-s3c24xx.c30 #define NUM_EINT_IRQ 6 macro
96 int parents[NUM_EINT_IRQ];
401 static irq_flow_handler_t s3c2410_eint_handlers[NUM_EINT_IRQ] = {
410 static irq_flow_handler_t s3c2412_eint_handlers[NUM_EINT_IRQ] = {
507 for (i = 0; i < NUM_EINT_IRQ; ++i) { in s3c24xx_eint_init()