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

/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c235 int xdc_piodriver(struct xdc_softc *, int, int);
1322 if (xdc_piodriver(xdcsc, 0, 1) != XD_ERR_AOK)
1510 return xdc_piodriver(xdcsc, iorqno, 0);
1542 return xdc_piodriver(xdcsc, iorqno, 0);
1552 * xdc_piodriver
1560 xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone) function
/netbsd-current/sys/dev/vme/
H A Dxd.c216 int xdc_piodriver(struct xdc_softc *, int, int);
1498 if (xdc_piodriver(xdcsc, 0, 1) != XD_ERR_AOK)
1682 return (xdc_piodriver(xdcsc, iorqno, 0));
1714 return (xdc_piodriver(xdcsc, iorqno, 0));
1724 * xdc_piodriver
1732 xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone) function
1739 printf("xdc_piodriver(%s, %d, freeone=%d)\n", device_xname(xdcsc->sc_dev),
1745 printf("xdc_piodriver: wait=%d, run=%d\n",
1750 printf("xdc_piodriver: done wait with count = %d\n", count);
1756 printf("xdc_piodriver
[all...]

Completed in 183 milliseconds