Home
last modified time | relevance | path

Searched refs:lowest_irq (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix.c377 int lowest_irq; in apix_init() local
383 lowest_irq = apic_io_vectbase[0]; in apix_init()
386 if (apic_io_vectbase[i] < lowest_irq) in apix_init()
387 lowest_irq = apic_io_vectbase[i]; in apix_init()
392 highest_irq - lowest_irq + 1; in apix_init()