Searched refs:XY_NEWSTATE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dxyvar.h73 #define XY_NEWSTATE(OLD, NEW) (((OLD) & ~XY_SUB_MASK) |(NEW)) /* new state */ macro
H A Dxy.c1649 XY_NEWSTATE(iorq->mode, XY_SUB_DONE);
1820 iorq->mode = XY_NEWSTATE(iorq->mode, XY_SUB_DONE);
1824 iorq->mode = XY_NEWSTATE(iorq->mode, XY_SUB_DONE);
/netbsd-current/sys/dev/vme/
H A Dxyvar.h72 #define XY_NEWSTATE(OLD, NEW) (((OLD) & ~XY_SUB_MASK) |(NEW)) /* new state */ macro
H A Dxy.c1804 XY_NEWSTATE(iorq->mode, XY_SUB_DONE);
1977 iorq->mode = XY_NEWSTATE(iorq->mode, XY_SUB_DONE);
1981 iorq->mode = XY_NEWSTATE(iorq->mode, XY_SUB_DONE);

Completed in 186 milliseconds