HomeSort by: relevance | last modified time | path
    Searched defs:xdc_reset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/dev/
xd.c 237 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
1582 xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
1589 if (xdc_reset(xdcsc, 0,
1631 * xdc_reset: reset one drive. NOTE: assumes xdc was just reset.
1651 xdcsc->xdc->xdc_csr = XDC_RESET;
1652 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1663 * xdc_reset: reset everything: requests are marked as errors except
1667 xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error, function in typeref:typename:int
1678 xdcsc->xdc->xdc_csr = XDC_RESET;
1679 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
    [all...]
  /src/sys/dev/vme/
xd.c 218 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
461 xdc->xdc_csr = XDC_RESET;
462 XDC_WAIT(xdc, del, XDC_RESETUSEC, XDC_RESET);
1754 xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
1761 if (xdc_reset(xdcsc, 0,
1802 * xdc_reset: reset one drive. NOTE: assumes xdc was just reset.
1821 xdcsc->xdc->xdc_csr = XDC_RESET;
1822 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1824 panic("xdc_reset");
1833 * xdc_reset: reset everything: requests are marked as errors excep
1837 xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error, function in typeref:typename:int
    [all...]

Completed in 13 milliseconds