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

/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c172 * XDC_WAIT: wait for XDC's csr "BITS" to come on in "TIME".
175 #define XDC_WAIT(XDC, LCV, TIME, BITS) \ macro
1576 XDC_WAIT(xdc, count, XDC_MAXTIME, (XDC_REMIOPB | XDC_F_ERROR));
1647 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_REMIOPB);
1652 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1679 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
/netbsd-current/sys/dev/vme/
H A Dxd.c155 * XDC_WAIT: wait for XDC's csr "BITS" to come on in "TIME".
158 #define XDC_WAIT(XDC, LCV, TIME, BITS) { \ macro
462 XDC_WAIT(xdc, del, XDC_RESETUSEC, XDC_RESET);
1748 XDC_WAIT(xdc, count, XDC_MAXTIME, (XDC_REMIOPB | XDC_F_ERROR));
1817 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_REMIOPB);
1822 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1849 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);

Completed in 73 milliseconds