Searched refs:txn_alloc_irq (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dirq.h41 extern int txn_alloc_irq(unsigned int nbits);
/linux-master/drivers/parisc/
H A Dgsc.c35 int irq = txn_alloc_irq(GSC_EIM_WIDTH);
H A Diosapic.c761 * XXX/FIXME The txn_alloc_irq() code and related code should be
767 vi->txn_irq = txn_alloc_irq(8);
845 * XXX/FIXME The txn_alloc_irq() code and related code should be
851 vi->txn_irq = txn_alloc_irq(8);
/linux-master/arch/parisc/kernel/
H A Dirq.c293 int txn_alloc_irq(unsigned int bits_wide) function

Completed in 185 milliseconds