Lines Matching defs:num
411 void eisa_make_irq_level(int num)
413 if (eisa_irq_configured& (1<<num)) {
416 num);
418 eisa_irq_level |= (1<<num); /* set the corresponding bit */
419 eisa_irq_configured |= (1<<num); /* set the corresponding bit */
422 void eisa_make_irq_edge(int num)
424 if (eisa_irq_configured& (1<<num)) {
427 num);
429 eisa_irq_level &= ~(1<<num); /* clear the corresponding bit */
430 eisa_irq_configured |= (1<<num); /* set the corresponding bit */