Lines Matching refs:irq_base
186 return ucb->irq_base > 0 ? ucb->irq_base + offset : -ENXIO;
297 generic_handle_irq(ucb->irq_base + i);
320 unsigned mask = 1 << (data->irq - ucb->irq_base);
331 unsigned mask = 1 << (data->irq - ucb->irq_base);
342 unsigned mask = 1 << (data->irq - ucb->irq_base);
369 unsigned mask = 1 << (data->irq - ucb->irq_base);
500 unsigned id, i, irq_base;
547 irq_base = pdata ? pdata->irq_base : 0;
548 ucb->irq_base = irq_alloc_descs(-1, irq_base, 16, -1);
549 if (ucb->irq_base < 0) {
551 ucb->irq_base);
552 ret = ucb->irq_base;
557 unsigned irq = ucb->irq_base + i;
602 if (ucb->irq_base > 0)
603 irq_free_descs(ucb->irq_base, 16);
632 irq_free_descs(ucb->irq_base, 16);