Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/mvme/
Dvme_two_isr.c307 ilshift = VME2_ILSHIFT_FROM_VECTOR(bitoff); in vmetwo_intr_establish()
330 ilshift = VME2_ILSHIFT_FROM_VECTOR(bitoff); in vmetwo_intr_establish()
386 ilshift = VME2_ILSHIFT_FROM_VECTOR(bitoff); in vmetwo_intr_disestablish()
Dvme_tworeg.h408 #define VME2_ILSHIFT_FROM_VECTOR(v) (((v) & 7) * 4) macro