Lines Matching defs:line
36 * I2C masters. Each has a dedicated IRQ line, and dedicated IRQ status
53 /* Linux could (eventually) use either IRQ line */
228 * For example, it supports only one interrupt output line.
315 static int twl4030_init_sih_modules(unsigned line)
322 /* line 0 == int1_n signal; line 1 == int2_n signal */
323 if (line > 1)
326 irq_line = line;
328 /* disable all interrupts on our line */
337 if (sih->irq_lines <= line)
341 sih->mask[line].imr_offset, sih->bytes_ixr);
374 if (sih->irq_lines <= line)
385 sih->mask[line].isr_offset, sih->bytes_ixr);
392 sih->mask[line].isr_offset,
508 * any processor on the other IRQ line, EDR registers are
671 /* FIXME pass in which interrupt line we'll use ... */