Home
last modified time | relevance | path

Searched refs:UT_RDY (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/vax/uba/
H A Dutreg.h60 #define UT_RDY 0x0080 /* controller ready */ macro
H A Dut.c105 ((struct utdevice *) reg)->utcs1 = UT_IE|UT_NOP|UT_RDY;
519 while ((addr->utcs1&UT_RDY) == 0)
/original-bsd/sys/vax/stand/
H A Dut.c54 while((word&UT_RDY) == 0); \