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

  /src/sys/arch/sun3/dev/
if_iereg.h 147 #define IEOB_NORSET 0x80 /* don't reset the board */
  /src/sys/arch/mvme68k/stand/netboot/
if_iereg.h 146 #define IEOB_NORSET 0x80 /* don't reset the board */
  /src/sys/arch/sparc/dev/
if_ie_obio.c 106 #define IEOB_NORSET 0x80 /* don't reset the board */
145 ieo->obctrl = IEOB_NORSET;
162 ieo->obctrl |= (IEOB_ONAIR|IEOB_IENAB|IEOB_NORSET);
  /src/sys/arch/sun2/dev/
if_ie_obio.c 107 #define IEOB_NORSET 0x80 /* don't reset the board */
145 ieo->obctrl = IEOB_NORSET;
161 ieo->obctrl |= (IEOB_ONAIR|IEOB_IENAB|IEOB_NORSET);
241 matched = (!bus_space_poke_1(oba->oba_bustag, bh, 0, IEOB_NORSET) &&

Completed in 13 milliseconds