Searched refs:LE_OWN (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Dif_lereg.h137 #define LE_OWN 0x8000 /* owner bit, 0=host, 1=LANCE */ macro
H A Dif_le.c371 sc->sc_rd[i].flags = ((a >> 16) & 0xff) | LE_OWN;
469 if (cdm->flags & LE_OWN)
518 cdm->flags |= LE_OWN;
554 while (cdm->flags & LE_OWN) {
560 if (cdm->flags & LE_OWN)
563 while (cdm->flags & LE_OWN);
571 cdm->flags |= LE_OWN | LE_STP | LE_ENP;

Completed in 147 milliseconds