MID_VC            959 dev/ic/midway.c   EN_WRITE(sc, MID_VC(0), (midvloc << MIDV_LOCSHIFT) 
MID_VC           1242 dev/ic/midway.c   oldmode = EN_READ(sc, MID_VC(vci));
MID_VC           1244 dev/ic/midway.c   EN_WRITE(sc, MID_VC(vci), (newmode | (oldmode & MIDV_INSERVICE)));
MID_VC           1459 dev/ic/midway.c   u_int32_t reg = EN_READ(sc, MID_VC(vc));
MID_VC           1462 dev/ic/midway.c   EN_WRITE(sc, MID_VC(vc), reg);
MID_VC           1471 dev/ic/midway.c   EN_WRITE(sc, MID_VC(vc), sc->rxslot[slot].mode);  /* set mode, size, loc */
MID_VC           2491 dev/ic/midway.c 		(EN_READ(sc, MID_VC(vci)) & MIDV_INSERVICE) == 0 &&
MID_VC           2552 dev/ic/midway.c 	EN_WRITE(sc, MID_VC(vci), MIDV_TRASH);  /* rx off, damn it! */
MID_VC           2555 dev/ic/midway.c       EN_WRITE(sc, MID_VC(vci), sc->rxslot[slot].mode); /* remove from hwsl */
MID_VC           3148 dev/ic/midway.c 	  EN_READ(sc, MID_VC(sc->rxslot[slot].atm_vci)),
MID_VC            179 dev/ic/midwayreg.h #define MID_DST_RP(N)	(MID_VC(N)|0x4)
MID_VC            185 dev/ic/midwayreg.h #define MID_WP_ST_CNT(N) (MID_VC(N)|0x8)      /* write pointer/state/count */
MID_VC            194 dev/ic/midwayreg.h #define MID_CRC(N)	(MID_VC(N)|0xc)		/* CRC */