Home
last modified time | relevance | path

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

/netbsd/sys/arch/x86/include/
H A Di82093reg.h69 #define IOAPIC_VER_SHIFT 0 macro
/netbsd/sys/arch/x86/x86/
H A Dioapic.c319 sc->sc_apic_vers = (ver_sz & IOAPIC_VER_MASK) >> IOAPIC_VER_SHIFT; in ioapic_attach()