Lines Matching defs:iev
119 volatile struct ievme *iev;
140 iev = (volatile struct ievme *) sc->sc_reg;
148 rampaddr |= ((iev->status & IEVME_HADDR) << 16);
160 iev->pectrl |= IEVME_PARACK; /* clear to start */
162 iev->pgmap[lcv] = IEVME_SBORDR | IEVME_OBMEM | lcv;
200 volatile struct ievme *iev = (struct ievme *)sc->sc_reg;
202 iev->status |= IEVME_ATTEN; /* flag! */
203 iev->status &= ~IEVME_ATTEN; /* down. */
209 volatile struct ievme *iev = (struct ievme *)sc->sc_reg;
211 iev->status = IEVME_RESET;
213 iev->status = (IEVME_ONAIR | IEVME_IENAB | IEVME_PEINT);