Lines Matching defs:line
35 * I2C masters. Each has a dedicated IRQ line, and dedicated IRQ status
52 /* Linux could (eventually) use either IRQ line */
227 * For example, it supports only one interrupt output line.
314 static int twl4030_init_sih_modules(unsigned line)
321 /* line 0 == int1_n signal; line 1 == int2_n signal */
322 if (line > 1)
325 irq_line = line;
327 /* disable all interrupts on our line */
336 if (sih->irq_lines <= line)
340 sih->mask[line].imr_offset, sih->bytes_ixr);
373 if (sih->irq_lines <= line)
384 sih->mask[line].isr_offset, sih->bytes_ixr);
391 sih->mask[line].isr_offset,
507 * any processor on the other IRQ line, EDR registers are
670 /* FIXME pass in which interrupt line we'll use ... */