Lines Matching refs:line
454 int int_bit, line, i;
471 line = (i << 3) + int_bit;
476 * lines. Route them back to the line registered for the
480 if (line >= AB8500_INT_GPIO6F && line <= AB8500_INT_GPIO41F)
481 line -= 16;
482 if (line >= AB9540_INT_GPIO50F && line <= AB9540_INT_GPIO54F)
483 line -= 8;
484 if (line == AB8540_INT_GPIO43F || line == AB8540_INT_GPIO44F)
485 line += 1;
487 handle_nested_irq(irq_find_mapping(ab8500->domain, line));