MIDV_LOCTOPSHFT   812 dev/ic/midway.c     midvloc = midvloc >> MIDV_LOCTOPSHFT;  /* we only want the top 11 bits */
MIDV_LOCTOPSHFT   957 dev/ic/midway.c   midvloc = ((MID_BUFOFF - MID_RAMOFF) / sizeof(u_int32_t)) >> MIDV_LOCTOPSHFT;
MIDV_LOCTOPSHFT  1427 dev/ic/midway.c     loc = loc >> MIDV_LOCTOPSHFT;	/* top 11 bits */
MIDV_LOCTOPSHFT   146 dev/ic/midwayreg.h 	(((MIDX_LOC(X) << MIDV_LOCTOPSHFT) * sizeof(u_int32_t)) + MID_RAMOFF)