HomeSort by: relevance | last modified time | path
    Searched defs:ieo (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sun3/dev/
if_ie_obio.c 170 volatile struct ieob *ieo = (struct ieob *)sc->sc_reg; local in function:ie_obattend
172 ieo->obctrl |= IEOB_ATTEN; /* flag! */
173 ieo->obctrl &= ~IEOB_ATTEN; /* down. */
183 volatile struct ieob *ieo = (struct ieob *)sc->sc_reg; local in function:ie_obreset
184 ieo->obctrl = 0;
186 ieo->obctrl = (IEOB_NORSET | IEOB_ONAIR | IEOB_IENAB);
  /src/sys/arch/sparc/dev/
if_ie_obio.c 141 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg; local in function:ie_obreset
143 ieo->obctrl = 0;
145 ieo->obctrl = IEOB_NORSET;
151 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg; local in function:ie_obattend
153 ieo->obctrl |= IEOB_ATTEN; /* flag! */
154 ieo->obctrl &= ~IEOB_ATTEN; /* down. */
160 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg; local in function:ie_obrun
162 ieo->obctrl |= (IEOB_ONAIR|IEOB_IENAB|IEOB_NORSET);
  /src/sys/arch/sun2/dev/
if_ie_obio.c 142 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg; local in function:ie_obreset
143 ieo->obctrl = 0;
145 ieo->obctrl = IEOB_NORSET;
150 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg; local in function:ie_obattend
152 ieo->obctrl |= IEOB_ATTEN; /* flag! */
153 ieo->obctrl &= ~IEOB_ATTEN; /* down. */
159 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg; local in function:ie_obrun
161 ieo->obctrl |= (IEOB_ONAIR|IEOB_IENAB|IEOB_NORSET);

Completed in 45 milliseconds