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

/linux-master/arch/alpha/kernel/
H A Dsys_wildfire.c157 int i, irq_bias; local
159 irq_bias = qbbno * (WILDFIRE_PCA_PER_QBB * WILDFIRE_IRQ_PER_PCA)
182 irq_set_chip_and_handler(i + irq_bias, &wildfire_irq_type,
184 irq_set_status_flags(i + irq_bias, IRQ_LEVEL);
187 irq_set_chip_and_handler(36 + irq_bias, &wildfire_irq_type,
189 irq_set_status_flags(36 + irq_bias, IRQ_LEVEL);
191 irq_set_chip_and_handler(i + irq_bias, &wildfire_irq_type,
193 irq_set_status_flags(i + irq_bias, IRQ_LEVEL);
196 if (request_irq(32 + irq_bias, no_action, 0, "isa_enable", NULL))

Completed in 282 milliseconds